summaryrefslogtreecommitdiff
path: root/libnativeloader/library_namespaces.cpp
AgeCommit message (Expand)Author
2024-11-28Make NativeLoaderNamespace instances immutable. Martin Stjernholm
2024-06-19Recognise system/system_ext as a system image partition path. Martin Stjernholm
2024-06-14Use C++20 `string{,_view}::{starts,ends}_with()`, part 2. Vladimir Marko
2024-03-18Give full access to native libs from Java libs in the same partition Martin Stjernholm
2024-02-23Revert "Give full access to native libs from java libs in the sa..." Becky Siegel
2024-02-23Give full access to native libs from java libs in the same partition Martin Stjernholm
2024-02-20Separate handling of a single path and a list of paths when determining Martin Stjernholm
2024-02-15Improve debug logging to reflect all code paths in OpenNativeLibrary. Martin Stjernholm
2024-02-15Refactorings to make more logic available at the top level in Martin Stjernholm
2023-10-19Check if product is treblelized Kiyoung Kim
2023-10-16Use product vndk version to check if product vndk is deprecated Kiyoung Kim
2023-01-07Undo giving full access to system libs from other system libs. Martin Stjernholm
2022-11-18Make classloader namespace names unique, for debugging. Martin Stjernholm
2022-09-14Clarify that is_shared in practice gives access to system libs for Martin Stjernholm
2022-09-13Allow the vendor partition to be in /system/vendor. Martin Stjernholm
2022-09-13Give full access to system libs from other system libs. Martin Stjernholm
2022-09-09Use a different name for the product classloader namespace. Martin Stjernholm
2022-08-06Allow apps in /product to access extended public libraries. Martin Stjernholm
2021-08-31Fix a few non-inclusive terms Orion Hodson
2021-08-17Define product public libraries Justin Yun
2021-06-21Fix link apex for jni libs Jooyung Han
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-05Extend Link() to allow linking to the default namespace. Martin Stjernholm
2020-09-08clean up statsd public libraries Jooyung Han
2020-09-08libnativeloader: clean-up hard-coded public libs Jooyung Han
2020-08-04Rename linker greylist to exempt-list Ryan Prichard
2020-07-24libnativeloader understands uses-native-library tag Jiyong Park
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-04-27Use ART_TARGET_ANDROID instead of __ANDROID__ Nicolas Geoffray
2020-03-04libnativeloader: Remove hard-coded cronet Jooyung Han
2020-03-04Loading JNI libraries in an APEX Jooyung Han
2020-02-21Use a different VNDK namespace for product apps Justin Yun
2020-02-21Rename APEX Namespace Kiyoung Kim
2020-02-16Add libstats_jni to linkerconfig/namespace Jeffrey Huang
2020-02-12Remove old "platform" namespace name in a few remaining places. Martin Stjernholm
2020-02-11Use apex name for apex linker namespace Jooyung Han
2020-02-10Use product vndk version for product apps Justin Yun
2020-02-09One more missing Result::ok() call in art/libnativeloader Bernie Innocenti
2020-02-07Convert art/ to Result::ok() Bernie Innocenti
2020-02-07Update platform namespace name Kiyoung Kim
2020-02-06Update libnativeloader dependency on libnativehelper Orion Hodson
2020-02-06Use valid pointer for app_main_namespace_ Orion Hodson
2020-01-07Make product libs available to unbundled product apks. Justin Yun
2019-12-17Add public lib of Cronet apex mainline Luke Huang
2019-11-13Use a different name for shared classloader namespace, to help debugging. Martin Stjernholm