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
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
2019-10-21
Use art_defaults in libnative*, for consistency.
Martin Stjernholm
2019-10-11
Move libnative{bridge,loader} to art/
Orion Hodson