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