summaryrefslogtreecommitdiff
path: root/libnativeloader
AgeCommit message (Expand)Author
2021-06-22Fix link apex for jni libsJooyung Han
2021-06-09Avoid internal APEX stubs in libnative{bridge,loader} and clean upMartin Stjernholm
2021-06-09Fold the C API tests into the regular libnative{bridge,loader} tests.Martin Stjernholm
2021-05-20Disable most ART source modules when ART prebuilts are enabled.Martin Stjernholm
2021-05-13Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS.Martin Stjernholm
2021-05-13Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES.Martin Stjernholm
2021-05-10Avoid loading external libraries from ARTs internal linker namespaceMartin Stjernholm
2021-05-09Revert "Avoid loading external libraries from ARTs internal linker namespace."Calin Juravle
2021-05-07Avoid loading external libraries from ARTs internal linker namespace.Martin Stjernholm
2021-05-05In run tests, do not rely on loading native libs in the ART namespaceMartin Stjernholm
2021-05-05Extend Link() to allow linking to the default namespace.Martin Stjernholm
2021-04-23[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2021-03-19Add min_sdk_version for ART module.Nicolas Geoffray
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2021-02-10Mark cc_test as not gtest since they are not gtestJulien Desprez
2021-01-29Don't use whole_static_libs in libnativeloader.Martin Stjernholm
2020-11-04Move hardcoded Soong apex_available lines for ART modules into ARTMartin Stjernholm
2020-11-04Fix missing //apex_available:platform on some libs.Martin Stjernholm
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm
2020-09-16Remove dangling symlinks to clang-format config.Martin Stjernholm
2020-09-08clean up statsd public librariesJooyung Han
2020-09-08libnativeloader: clean-up hard-coded public libsJooyung Han
2020-09-07Fix libnativeloader unit tests being skipped.Martin Stjernholm
2020-08-04Rename linker greylist to exempt-listRyan Prichard
2020-07-24libnativeloader understands uses-native-library tagJiyong Park
2020-07-06Add liblog to libnative(bridge|loader)_lazy.Mitch Phillips
2020-07-02Improve library search paths for host gtests.David Srbecky
2020-07-01Revert "Support running of host gtests in eng-prod"David Srbecky
2020-06-26Support running of host gtests in eng-prodDavid Srbecky
2020-06-24Copy tools needed by host gtests to testcases directory.David Srbecky
2020-05-15Revert^2 "Remove test_per_src from ART tests."David Srbecky
2020-05-08Revert "Remove test_per_src from ART tests."Christopher Ferris
2020-05-07Remove test_per_src from ART tests.David Srbecky
2020-05-07"Move ICU from ART APEX to i18n APEX" Attempt 2Victor Chang
2020-05-05Revert "Move ICU from ART APEX to i18n APEX"vichang
2020-05-05Move ICU from ART APEX to i18n APEXVictor Chang
2020-05-04Set apex_available propertyJiyong Park
2020-05-04Add libnativehelper.so to public librariesOrion Hodson
2020-04-27Use ART_TARGET_ANDROID instead of __ANDROID__Nicolas Geoffray
2020-04-15Replaced dangerous uses of sizeof()Chris Wailes
2020-04-07Add explicit dependencies on jni_headersOrion Hodson
2020-03-24Skip reading VNDK libs for product if not availableJustin Yun
2020-03-05Fix bugprone-macro-parentheses warningsChih-Hung Hsieh
2020-03-04libnativeloader: Remove hard-coded cronetJooyung Han
2020-03-04Loading JNI libraries in an APEXJooyung Han
2020-02-23Use {llndk,vndksp}.libraries.txt from VNDK APEXJooyung Han
2020-02-21Use a different VNDK namespace for product appsJustin Yun
2020-02-21Rename APEX NamespaceKiyoung Kim
2020-02-16Add libstats_jni to linkerconfig/namespaceJeffrey Huang
2020-02-13One more missing Result::ok() in native_loader_test.cppBernie Innocenti