index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnativeloader
Age
Commit message (
Expand
)
Author
2021-06-22
Fix link apex for jni libs
Jooyung Han
2021-06-09
Avoid internal APEX stubs in libnative{bridge,loader} and clean up
Martin Stjernholm
2021-06-09
Fold the C API tests into the regular libnative{bridge,loader} tests.
Martin Stjernholm
2021-05-20
Disable most ART source modules when ART prebuilts are enabled.
Martin Stjernholm
2021-05-13
Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS.
Martin Stjernholm
2021-05-13
Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES.
Martin Stjernholm
2021-05-10
Avoid loading external libraries from ARTs internal linker namespace
Martin Stjernholm
2021-05-09
Revert "Avoid loading external libraries from ARTs internal linker namespace."
Calin Juravle
2021-05-07
Avoid loading external libraries from ARTs internal linker namespace.
Martin Stjernholm
2021-05-05
In run tests, do not rely on loading native libs in the ART namespace
Martin Stjernholm
2021-05-05
Extend Link() to allow linking to the default namespace.
Martin Stjernholm
2021-04-23
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2021-03-19
Add min_sdk_version for ART module.
Nicolas Geoffray
2021-03-02
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2021-02-10
Mark cc_test as not gtest since they are not gtest
Julien Desprez
2021-01-29
Don't use whole_static_libs in libnativeloader.
Martin Stjernholm
2020-11-04
Move hardcoded Soong apex_available lines for ART modules into ART
Martin Stjernholm
2020-11-04
Fix missing //apex_available:platform on some libs.
Martin Stjernholm
2020-10-23
Rename ART release APEX to com.android.art.
Martin Stjernholm
2020-09-16
Remove dangling symlinks to clang-format config.
Martin Stjernholm
2020-09-08
clean up statsd public libraries
Jooyung Han
2020-09-08
libnativeloader: clean-up hard-coded public libs
Jooyung Han
2020-09-07
Fix libnativeloader unit tests being skipped.
Martin Stjernholm
2020-08-04
Rename linker greylist to exempt-list
Ryan Prichard
2020-07-24
libnativeloader understands uses-native-library tag
Jiyong Park
2020-07-06
Add liblog to libnative(bridge|loader)_lazy.
Mitch Phillips
2020-07-02
Improve library search paths for host gtests.
David Srbecky
2020-07-01
Revert "Support running of host gtests in eng-prod"
David Srbecky
2020-06-26
Support running of host gtests in eng-prod
David Srbecky
2020-06-24
Copy tools needed by host gtests to testcases directory.
David Srbecky
2020-05-15
Revert^2 "Remove test_per_src from ART tests."
David Srbecky
2020-05-08
Revert "Remove test_per_src from ART tests."
Christopher Ferris
2020-05-07
Remove test_per_src from ART tests.
David Srbecky
2020-05-07
"Move ICU from ART APEX to i18n APEX" Attempt 2
Victor Chang
2020-05-05
Revert "Move ICU from ART APEX to i18n APEX"
vichang
2020-05-05
Move ICU from ART APEX to i18n APEX
Victor Chang
2020-05-04
Set apex_available property
Jiyong Park
2020-05-04
Add libnativehelper.so to public libraries
Orion Hodson
2020-04-27
Use ART_TARGET_ANDROID instead of __ANDROID__
Nicolas Geoffray
2020-04-15
Replaced dangerous uses of sizeof()
Chris Wailes
2020-04-07
Add explicit dependencies on jni_headers
Orion Hodson
2020-03-24
Skip reading VNDK libs for product if not available
Justin Yun
2020-03-05
Fix bugprone-macro-parentheses warnings
Chih-Hung Hsieh
2020-03-04
libnativeloader: Remove hard-coded cronet
Jooyung Han
2020-03-04
Loading JNI libraries in an APEX
Jooyung Han
2020-02-23
Use {llndk,vndksp}.libraries.txt from VNDK APEX
Jooyung Han
2020-02-21
Use a different VNDK namespace for product apps
Justin Yun
2020-02-21
Rename APEX Namespace
Kiyoung Kim
2020-02-16
Add libstats_jni to linkerconfig/namespace
Jeffrey Huang
2020-02-13
One more missing Result::ok() in native_loader_test.cpp
Bernie Innocenti
[next]