summaryrefslogtreecommitdiff
path: root/libnativeloader
Commit message (Expand)AuthorAgeFilesLines
* Fix link apex for jni libsJooyung Han2021-06-223-9/+34
* Avoid internal APEX stubs in libnative{bridge,loader} and clean upMartin Stjernholm2021-06-096-253/+420
* Fold the C API tests into the regular libnative{bridge,loader} tests.Martin Stjernholm2021-06-093-20/+1
* Disable most ART source modules when ART prebuilts are enabled.Martin Stjernholm2021-05-201-1/+4
* Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS.Martin Stjernholm2021-05-131-22/+10
* Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES.Martin Stjernholm2021-05-133-38/+2
* Avoid loading external libraries from ARTs internal linker namespaceMartin Stjernholm2021-05-104-50/+111
* Revert "Avoid loading external libraries from ARTs internal linker namespace."Calin Juravle2021-05-094-111/+50
* Avoid loading external libraries from ARTs internal linker namespace.Martin Stjernholm2021-05-074-50/+111
* In run tests, do not rely on loading native libs in the ART namespaceMartin Stjernholm2021-05-051-5/+170
* Extend Link() to allow linking to the default namespace.Martin Stjernholm2021-05-053-11/+17
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-04-231-0/+6
* Add min_sdk_version for ART module.Nicolas Geoffray2021-03-191-0/+1
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-03-023-0/+27
* Mark cc_test as not gtest since they are not gtestJulien Desprez2021-02-101-0/+1
* Don't use whole_static_libs in libnativeloader.Martin Stjernholm2021-01-291-1/+1
* Move hardcoded Soong apex_available lines for ART modules into ARTMartin Stjernholm2020-11-041-0/+3
* Fix missing //apex_available:platform on some libs.Martin Stjernholm2020-11-041-1/+4
* Rename ART release APEX to com.android.art.Martin Stjernholm2020-10-231-2/+2
* Remove dangling symlinks to clang-format config.Martin Stjernholm2020-09-161-1/+0
* clean up statsd public librariesJooyung Han2020-09-084-31/+0
* libnativeloader: clean-up hard-coded public libsJooyung Han2020-09-084-135/+159
* Fix libnativeloader unit tests being skipped.Martin Stjernholm2020-09-072-12/+18
* Rename linker greylist to exempt-listRyan Prichard2020-08-044-7/+7
* libnativeloader understands uses-native-library tagJiyong Park2020-07-245-13/+67
* Add liblog to libnative(bridge|loader)_lazy.Mitch Phillips2020-07-061-0/+1
* Improve library search paths for host gtests.David Srbecky2020-07-021-0/+13
* Revert "Support running of host gtests in eng-prod"David Srbecky2020-07-011-13/+0
* Support running of host gtests in eng-prodDavid Srbecky2020-06-261-0/+13
* Copy tools needed by host gtests to testcases directory.David Srbecky2020-06-241-1/+1
* Revert^2 "Remove test_per_src from ART tests."David Srbecky2020-05-151-1/+0
* Revert "Remove test_per_src from ART tests."Christopher Ferris2020-05-081-0/+1
* Remove test_per_src from ART tests.David Srbecky2020-05-071-1/+0
* "Move ICU from ART APEX to i18n APEX" Attempt 2Victor Chang2020-05-075-7/+39
* Revert "Move ICU from ART APEX to i18n APEX"vichang2020-05-055-39/+7
* Move ICU from ART APEX to i18n APEXVictor Chang2020-05-055-7/+39
* Set apex_available propertyJiyong Park2020-05-041-0/+5
* Add libnativehelper.so to public librariesOrion Hodson2020-05-041-0/+1
* Use ART_TARGET_ANDROID instead of __ANDROID__Nicolas Geoffray2020-04-277-15/+28
* Replaced dangerous uses of sizeof()Chris Wailes2020-04-151-1/+1
* Add explicit dependencies on jni_headersOrion Hodson2020-04-071-1/+5
* Skip reading VNDK libs for product if not availableJustin Yun2020-03-241-0/+6
* Fix bugprone-macro-parentheses warningsChih-Hung Hsieh2020-03-051-1/+1
* libnativeloader: Remove hard-coded cronetJooyung Han2020-03-044-31/+0
* Loading JNI libraries in an APEXJooyung Han2020-03-046-33/+128
* Use {llndk,vndksp}.libraries.txt from VNDK APEXJooyung Han2020-02-232-16/+16
* Use a different VNDK namespace for product appsJustin Yun2020-02-214-13/+48
* Rename APEX NamespaceKiyoung Kim2020-02-213-12/+14
* Add libstats_jni to linkerconfig/namespaceJeffrey Huang2020-02-164-3/+35
* One more missing Result::ok() in native_loader_test.cppBernie Innocenti2020-02-131-1/+1