index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnativeloader
/
public_libraries.cpp
Age
Commit message (
Expand
)
Author
2021-08-17
Read public.libraries-<company>.txt from product/etc/
Justin Yun
2021-08-17
Define product public libraries
Justin Yun
2021-05-17
Fix golem breakage.
Nicolas Geoffray
2021-05-13
Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES.
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-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-05-04
Add libnativehelper.so to public libraries
Orion Hodson
2020-04-27
Use ART_TARGET_ANDROID instead of __ANDROID__
Nicolas Geoffray
2020-04-15
Replaced dangerous uses of sizeof()
Chris Wailes
2020-03-24
Skip reading VNDK libs for product if not available
Justin Yun
2020-03-04
libnativeloader: Remove hard-coded cronet
Jooyung Han
2020-03-04
Loading JNI libraries in an APEX
Jooyung Han
2020-02-23
Use {llndk,vndksp}.libraries.txt from VNDK APEX
Jooyung Han
2020-02-21
Use a different VNDK namespace for product apps
Justin Yun
2020-02-16
Add libstats_jni to linkerconfig/namespace
Jeffrey Huang
2020-02-13
One more missing Result::ok() in native_loader_test.cpp
Bernie Innocenti
2020-02-10
Use product vndk version for product apps
Justin Yun
2020-02-07
Convert art/ to Result::ok()
Bernie Innocenti
2020-02-06
Remove extra using statements
Tom Cherry
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-12-17
Read system_ext partition for partner defined public libraries.
Justin Yun
2019-10-11
Move libnative{bridge,loader} to art/
Orion Hodson