1. 760e495 Check if product is treblelized by Kiyoung Kim · 1 year, 2 months ago
  2. c8c2953 Use product vndk version to check if product vndk is deprecated by Kiyoung Kim · 1 year, 3 months ago
  3. 065d968 Use llndk.libraries.txt from system if VNDK is deprecated by Kiyoung Kim · 1 year, 5 months ago
  4. c8339d8 Add missing AOSP module metadata to ART tests part of ART MTS. by Roland Levillain · 1 year, 5 months ago
  5. b2b0671 libnativeloader_test: link non-public libs statically by Lev Rumyantsev · 1 year, 8 months ago
  6. e787f3e Make art modules apex_available to test_broken_com.android.art by Cole Faust · 1 year, 10 months ago
  7. 8eb4123 Filter out renderscript libraries for riscv by Prashanth Swaminathan · 1 year, 10 months ago
  8. 453b9fe Undo giving full access to system libs from other system libs. by Martin Stjernholm · 2 years ago
  9. dfbed3a Correct an incomplete error message. by Martin Stjernholm · 2 years, 1 month ago
  10. 123b94c Add bug component to OWNERS files, to follow go/xts-owners-policy. by Martin Stjernholm · 2 years, 1 month ago
  11. 9435abb Test loading of extended public libraries through absolute paths. by Martin Stjernholm · 2 years, 1 month ago
  12. 6d16931 Add tests for loading native libraries in various locations through by Martin Stjernholm · 2 years, 1 month ago
  13. 137ed5e Add missing module metadata to ART tests run via Mainline Presubmits. by Roland Levillain · 2 years, 2 months ago
  14. 7f11d42 Revert "Add tests for loading native libraries in various locations through" by Linyu He · 2 years, 1 month ago
  15. c09e656 Add tests for loading native libraries in various locations through by Martin Stjernholm · 2 years, 1 month ago
  16. 845a0ed Set sdk_version on all libs and apps installed by libnativeloader_e2e_tests. by Martin Stjernholm · 2 years, 1 month ago
  17. e5f1d63 Make classloader namespace names unique, for debugging. by Martin Stjernholm · 2 years, 1 month ago
  18. e3a0f6c Pass TestInformation directly to DeviceContext and fix setenforce problem. by Martin Stjernholm · 2 years, 3 months ago
  19. 86224fd Extend tests to try loading private libs through product and vendor shared libs. by Martin Stjernholm · 2 years, 3 months ago
  20. e6e6bee Annotate symbols correctly by Jiyong Park · 2 years, 3 months ago
  21. 81b3f56 Clarify that is_shared in practice gives access to system libs for system apps. by Martin Stjernholm · 2 years, 3 months ago
  22. 7eacdf8 Allow the vendor partition to be in /system/vendor. by Martin Stjernholm · 2 years, 3 months ago
  23. a0a5d8a Give full access to system libs from other system libs. by Martin Stjernholm · 2 years, 4 months ago
  24. a501686 Add tests that try to load non-shared native libs in each partition. by Martin Stjernholm · 2 years, 4 months ago
  25. 791bb3e Add a normal test app, i.e. one installed in /data. by Martin Stjernholm · 2 years, 4 months ago
  26. 69a3587 Test <uses-native-library> logic. by Martin Stjernholm · 2 years, 4 months ago
  27. 3d0d9ab Introduce a shared class for test utilities. by Martin Stjernholm · 2 years, 4 months ago
  28. c55265c Use a different name for the product classloader namespace. by Martin Stjernholm · 2 years, 5 months ago
  29. 488517a Add debug logging of the initialisation of the various library lists. by Martin Stjernholm · 2 years, 5 months ago
  30. b814b5e Use a better property to find the ABI in the fallback. by Martin Stjernholm · 2 years, 5 months ago
  31. 5af718b Fix UnbundledProductApp test to allow extendend public libraries. by Martin Stjernholm · 2 years, 4 months ago
  32. be1ad32 Point directly to generated c sysprop_library by Trevor Radcliffe · 2 years, 7 months ago
  33. 9bda94d Allow apps in /product to access extended public libraries. by Martin Stjernholm · 2 years, 5 months ago
  34. a2e92d3 Add new libnativeloader_e2e_tests to the test mapping. by Martin Stjernholm · 2 years, 5 months ago
  35. f9b7a3f Extend loadLibrary tests with apps in /system/priv-app, /system_ext, by Martin Stjernholm · 2 years, 5 months ago
  36. 6ad0319 Fix libnativeloader_e2e_tests to behave more like the manual tests did by Martin Stjernholm · 2 years, 5 months ago
  37. b01484c Move existing library loading tests to a TF hostside test. by Martin Stjernholm · 2 years, 6 months ago
  38. 419e5a1 Fix misc-unused-using-decl clang-tidy issues by Stefano Cianciulli · 2 years, 6 months ago
  39. 944df15 Fix performance-for-range-copy clang-tidy issues by Stefano Cianciulli · 2 years, 6 months ago
  40. 86c4b39 Fix modernize-use-using clang-tidy issues by Stefano Cianciulli · 2 years, 7 months ago
  41. 12143d5 Use compile_multilib: "both" with "32"/"64" suffixes by default for ART by Martin Stjernholm · 2 years, 7 months ago
  42. 9e3649e Revert "Use compile_multilib: "both" with "32"/"64" suffixes by default for ART" by Nicolas Geoffray · 2 years, 7 months ago
  43. e631de1 Use compile_multilib: "both" with "32"/"64" suffixes by default for ART by Martin Stjernholm · 2 years, 7 months ago
  44. 2be604b Fix bugprone-macro-parentheses clang-tidy issues by Stefano Cianciulli · 2 years, 7 months ago
  45. 630cb4e Fix expected system links when there are extended public libraries on by Martin Stjernholm · 2 years, 9 months ago
  46. 5afd2c5 Remove `libnativeloader_test` from `libnativeloader/TEST_MAPPING`. by Roland Levillain · 2 years, 10 months ago
  47. f2ff1f1 Add `libnativeloader_test` to ART's `TEST_MAPPING` and ART MTS. by Roland Levillain · 2 years, 10 months ago
  48. a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 10 months ago
  49. 996fa74 Add libnativeloader test to CTS for API coverage. by Martin Stjernholm · 2 years, 11 months ago
  50. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 2 months ago
  51. 611d71c Fix a few non-inclusive terms by Orion Hodson · 3 years, 4 months ago
  52. bbd13da Read public.libraries-<company>.txt from product/etc/ by Justin Yun · 3 years, 4 months ago
  53. a21b584 Define product public libraries by Justin Yun · 3 years, 5 months ago
  54. 180e1e7 Fix link apex for jni libs by Jooyung Han · 3 years, 6 months ago
  55. 19d1feb Avoid internal APEX stubs in libnative{bridge,loader} and clean up by Martin Stjernholm · 3 years, 9 months ago
  56. 6034c07 Fold the C API tests into the regular libnative{bridge,loader} tests. by Martin Stjernholm · 3 years, 7 months ago
  57. 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 3 years, 8 months ago
  58. 0bf5b67 Fix golem breakage. by Nicolas Geoffray · 3 years, 7 months ago
  59. 7e363b8 Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS. by Martin Stjernholm · 3 years, 8 months ago
  60. b94401e Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. by Martin Stjernholm · 3 years, 8 months ago
  61. 2665943 Avoid loading external libraries from ARTs internal linker namespace (reland). by Martin Stjernholm · 3 years, 8 months ago
  62. 91d2c5c Revert "Avoid loading external libraries from ARTs internal linker namespace." by Calin Juravle · 3 years, 8 months ago
  63. 582448f Avoid loading external libraries from ARTs internal linker namespace. by Martin Stjernholm · 3 years, 8 months ago
  64. 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 3 years, 8 months ago
  65. 2207b7e Extend Link() to allow linking to the default namespace. by Martin Stjernholm · 3 years, 8 months ago
  66. 19cdd04 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 8 months ago
  67. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 10 months ago
  68. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
  69. 18ab13b Mark cc_test as not gtest since they are not gtest by Julien Desprez · 3 years, 11 months ago
  70. 2b84cf8 Don't use whole_static_libs in libnativeloader. by Martin Stjernholm · 4 years ago
  71. 694f012 Move hardcoded Soong apex_available lines for ART modules into ART blueprints. by Martin Stjernholm · 4 years, 2 months ago
  72. b5ed330 Fix missing //apex_available:platform on some libs. by Martin Stjernholm · 4 years, 2 months ago
  73. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
  74. 07927bf Remove dangling symlinks to clang-format config. by Martin Stjernholm · 4 years, 3 months ago
  75. 1263402 clean up statsd public libraries by Jooyung Han · 4 years, 4 months ago
  76. cd616d0 libnativeloader: clean-up hard-coded public libs by Jooyung Han · 4 years, 4 months ago
  77. b309240 Fix libnativeloader unit tests being skipped. by Martin Stjernholm · 4 years, 4 months ago
  78. 232db5e Rename linker greylist to exempt-list by Ryan Prichard · 4 years, 5 months ago
  79. 14626a7 libnativeloader understands uses-native-library tag by Jiyong Park · 4 years, 6 months ago
  80. 5472d6f Add liblog to libnative(bridge|loader)_lazy. by Mitch Phillips · 4 years, 6 months ago
  81. c4b50b3 Improve library search paths for host gtests. by David Srbecky · 4 years, 6 months ago
  82. 0a17b6a Revert "Support running of host gtests in eng-prod" by David Srbecky · 4 years, 6 months ago
  83. 22872da Support running of host gtests in eng-prod by David Srbecky · 4 years, 6 months ago
  84. 1cf46a3 Copy tools needed by host gtests to testcases directory. by David Srbecky · 4 years, 6 months ago
  85. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 8 months ago
  86. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 8 months ago
  87. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 8 months ago
  88. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 8 months ago
  89. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 8 months ago
  90. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 9 months ago
  91. 71f661c Set apex_available property by Jiyong Park · 4 years, 8 months ago
  92. e33dca6 Add libnativehelper.so to public libraries by Orion Hodson · 4 years, 8 months ago
  93. 7ca8b67 Use ART_TARGET_ANDROID instead of __ANDROID__ by Nicolas Geoffray · 4 years, 8 months ago
  94. 72d7e96 Replaced dangerous uses of sizeof() by Chris Wailes · 4 years, 9 months ago
  95. 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 9 months ago
  96. 696882f Skip reading VNDK libs for product if not available by Justin Yun · 4 years, 9 months ago
  97. 310432e Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 4 years, 10 months ago
  98. 735ab4e libnativeloader: Remove hard-coded cronet by Jooyung Han · 4 years, 10 months ago
  99. 538f99a Loading JNI libraries in an APEX by Jooyung Han · 4 years, 10 months ago
  100. 26f7d10 Use {llndk,vndksp}.libraries.txt from VNDK APEX by Jooyung Han · 4 years, 10 months ago