index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnativeloader
/
native_loader_test.cpp
Age
Commit message (
Expand
)
Author
2021-06-22
Fix link apex for jni libs
Jooyung Han
2021-06-09
Avoid internal APEX stubs in libnative{bridge,loader} and clean up
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
2020-09-08
clean up statsd public libraries
Jooyung Han
2020-09-08
libnativeloader: clean-up hard-coded public libs
Jooyung Han
2020-09-07
Fix libnativeloader unit tests being skipped.
Martin Stjernholm
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
Convert native_loader_test.cpp to Result::ok()
Bernie Innocenti
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-07
Update platform namespace name
Kiyoung Kim
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-11-13
Fix libnativeloader_test to work on 64 bit architectures.
Martin Stjernholm
2019-11-13
Avoid "using namespace" that's blocked by cpplint.
Martin Stjernholm
2019-10-11
Move libnative{bridge,loader} to art/
Orion Hodson