summaryrefslogtreecommitdiff
path: root/libnativeloader
AgeCommit message (Expand)Author
2022-02-09Add libnativeloader test to CTS for API coverage. Martin Stjernholm
2021-11-09Inherit art_defaults in cc_library_headers as well. Martin Stjernholm
2021-08-31Fix a few non-inclusive terms Orion Hodson
2021-08-17Read public.libraries-<company>.txt from product/etc/ Justin Yun
2021-08-17Define product public libraries Justin Yun
2021-06-21Fix link apex for jni libs Jooyung Han
2021-06-09Avoid internal APEX stubs in libnative{bridge,loader} and clean up Martin Stjernholm
2021-06-03Fold the C API tests into the regular libnative{bridge,loader} tests. Martin Stjernholm
2021-05-19Disable most ART source modules when ART prebuilts are enabled. Martin Stjernholm
2021-05-17Fix golem breakage. Nicolas Geoffray
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 namespace Martin 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 namespace Martin Stjernholm
2021-05-05Extend Link() to allow linking to the default namespace. Martin Stjernholm
2021-04-23[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2021-03-19Add min_sdk_version for ART module. Nicolas Geoffray
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2021-02-10Mark cc_test as not gtest since they are not gtest Julien 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 ART Martin 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 libraries Jooyung Han
2020-09-08libnativeloader: clean-up hard-coded public libs Jooyung Han
2020-09-07Fix libnativeloader unit tests being skipped. Martin Stjernholm
2020-08-04Rename linker greylist to exempt-list Ryan Prichard
2020-07-24libnativeloader understands uses-native-library tag Jiyong 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-prod David 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 2 Victor Chang
2020-05-05Revert "Move ICU from ART APEX to i18n APEX" vichang
2020-05-05Move ICU from ART APEX to i18n APEX Victor Chang
2020-05-04Set apex_available property Jiyong Park
2020-05-04Add libnativehelper.so to public libraries Orion 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_headers Orion Hodson
2020-03-24Skip reading VNDK libs for product if not available Justin Yun
2020-03-05Fix bugprone-macro-parentheses warnings Chih-Hung Hsieh
2020-03-04libnativeloader: Remove hard-coded cronet Jooyung Han