index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnativeloader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix link apex for jni libs
Jooyung Han
2021-06-22
3
-9
/
+34
*
Avoid internal APEX stubs in libnative{bridge,loader} and clean up
Martin Stjernholm
2021-06-09
6
-253
/
+420
*
Fold the C API tests into the regular libnative{bridge,loader} tests.
Martin Stjernholm
2021-06-09
3
-20
/
+1
*
Disable most ART source modules when ART prebuilts are enabled.
Martin Stjernholm
2021-05-20
1
-1
/
+4
*
Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS.
Martin Stjernholm
2021-05-13
1
-22
/
+10
*
Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES.
Martin Stjernholm
2021-05-13
3
-38
/
+2
*
Avoid loading external libraries from ARTs internal linker namespace
Martin Stjernholm
2021-05-10
4
-50
/
+111
*
Revert "Avoid loading external libraries from ARTs internal linker namespace."
Calin Juravle
2021-05-09
4
-111
/
+50
*
Avoid loading external libraries from ARTs internal linker namespace.
Martin Stjernholm
2021-05-07
4
-50
/
+111
*
In run tests, do not rely on loading native libs in the ART namespace
Martin Stjernholm
2021-05-05
1
-5
/
+170
*
Extend Link() to allow linking to the default namespace.
Martin Stjernholm
2021-05-05
3
-11
/
+17
*
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2021-04-23
1
-0
/
+6
*
Add min_sdk_version for ART module.
Nicolas Geoffray
2021-03-19
1
-0
/
+1
*
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2021-03-02
3
-0
/
+27
*
Mark cc_test as not gtest since they are not gtest
Julien Desprez
2021-02-10
1
-0
/
+1
*
Don't use whole_static_libs in libnativeloader.
Martin Stjernholm
2021-01-29
1
-1
/
+1
*
Move hardcoded Soong apex_available lines for ART modules into ART
Martin Stjernholm
2020-11-04
1
-0
/
+3
*
Fix missing //apex_available:platform on some libs.
Martin Stjernholm
2020-11-04
1
-1
/
+4
*
Rename ART release APEX to com.android.art.
Martin Stjernholm
2020-10-23
1
-2
/
+2
*
Remove dangling symlinks to clang-format config.
Martin Stjernholm
2020-09-16
1
-1
/
+0
*
clean up statsd public libraries
Jooyung Han
2020-09-08
4
-31
/
+0
*
libnativeloader: clean-up hard-coded public libs
Jooyung Han
2020-09-08
4
-135
/
+159
*
Fix libnativeloader unit tests being skipped.
Martin Stjernholm
2020-09-07
2
-12
/
+18
*
Rename linker greylist to exempt-list
Ryan Prichard
2020-08-04
4
-7
/
+7
*
libnativeloader understands uses-native-library tag
Jiyong Park
2020-07-24
5
-13
/
+67
*
Add liblog to libnative(bridge|loader)_lazy.
Mitch Phillips
2020-07-06
1
-0
/
+1
*
Improve library search paths for host gtests.
David Srbecky
2020-07-02
1
-0
/
+13
*
Revert "Support running of host gtests in eng-prod"
David Srbecky
2020-07-01
1
-13
/
+0
*
Support running of host gtests in eng-prod
David Srbecky
2020-06-26
1
-0
/
+13
*
Copy tools needed by host gtests to testcases directory.
David Srbecky
2020-06-24
1
-1
/
+1
*
Revert^2 "Remove test_per_src from ART tests."
David Srbecky
2020-05-15
1
-1
/
+0
*
Revert "Remove test_per_src from ART tests."
Christopher Ferris
2020-05-08
1
-0
/
+1
*
Remove test_per_src from ART tests.
David Srbecky
2020-05-07
1
-1
/
+0
*
"Move ICU from ART APEX to i18n APEX" Attempt 2
Victor Chang
2020-05-07
5
-7
/
+39
*
Revert "Move ICU from ART APEX to i18n APEX"
vichang
2020-05-05
5
-39
/
+7
*
Move ICU from ART APEX to i18n APEX
Victor Chang
2020-05-05
5
-7
/
+39
*
Set apex_available property
Jiyong Park
2020-05-04
1
-0
/
+5
*
Add libnativehelper.so to public libraries
Orion Hodson
2020-05-04
1
-0
/
+1
*
Use ART_TARGET_ANDROID instead of __ANDROID__
Nicolas Geoffray
2020-04-27
7
-15
/
+28
*
Replaced dangerous uses of sizeof()
Chris Wailes
2020-04-15
1
-1
/
+1
*
Add explicit dependencies on jni_headers
Orion Hodson
2020-04-07
1
-1
/
+5
*
Skip reading VNDK libs for product if not available
Justin Yun
2020-03-24
1
-0
/
+6
*
Fix bugprone-macro-parentheses warnings
Chih-Hung Hsieh
2020-03-05
1
-1
/
+1
*
libnativeloader: Remove hard-coded cronet
Jooyung Han
2020-03-04
4
-31
/
+0
*
Loading JNI libraries in an APEX
Jooyung Han
2020-03-04
6
-33
/
+128
*
Use {llndk,vndksp}.libraries.txt from VNDK APEX
Jooyung Han
2020-02-23
2
-16
/
+16
*
Use a different VNDK namespace for product apps
Justin Yun
2020-02-21
4
-13
/
+48
*
Rename APEX Namespace
Kiyoung Kim
2020-02-21
3
-12
/
+14
*
Add libstats_jni to linkerconfig/namespace
Jeffrey Huang
2020-02-16
4
-3
/
+35
*
One more missing Result::ok() in native_loader_test.cpp
Bernie Innocenti
2020-02-13
1
-1
/
+1
[next]