1. 18ab13b Mark cc_test as not gtest since they are not gtest by Julien Desprez · 3 years, 7 months ago
  2. 2b84cf8 Don't use whole_static_libs in libnativeloader. by Martin Stjernholm · 3 years, 7 months ago
  3. 694f012 Move hardcoded Soong apex_available lines for ART modules into ART blueprints. by Martin Stjernholm · 3 years, 10 months ago
  4. b5ed330 Fix missing //apex_available:platform on some libs. by Martin Stjernholm · 3 years, 10 months ago
  5. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 3 years, 11 months ago
  6. 07927bf Remove dangling symlinks to clang-format config. by Martin Stjernholm · 4 years ago
  7. 1263402 clean up statsd public libraries by Jooyung Han · 4 years ago
  8. cd616d0 libnativeloader: clean-up hard-coded public libs by Jooyung Han · 4 years ago
  9. b309240 Fix libnativeloader unit tests being skipped. by Martin Stjernholm · 4 years ago
  10. 232db5e Rename linker greylist to exempt-list by Ryan Prichard · 4 years, 1 month ago
  11. 14626a7 libnativeloader understands uses-native-library tag by Jiyong Park · 4 years, 2 months ago
  12. 5472d6f Add liblog to libnative(bridge|loader)_lazy. by Mitch Phillips · 4 years, 2 months ago
  13. c4b50b3 Improve library search paths for host gtests. by David Srbecky · 4 years, 2 months ago
  14. 0a17b6a Revert "Support running of host gtests in eng-prod" by David Srbecky · 4 years, 2 months ago
  15. 22872da Support running of host gtests in eng-prod by David Srbecky · 4 years, 2 months ago
  16. 1cf46a3 Copy tools needed by host gtests to testcases directory. by David Srbecky · 4 years, 2 months ago
  17. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 4 months ago
  18. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 4 months ago
  19. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 4 months ago
  20. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 4 months ago
  21. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 4 months ago
  22. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 5 months ago
  23. 71f661c Set apex_available property by Jiyong Park · 4 years, 4 months ago
  24. e33dca6 Add libnativehelper.so to public libraries by Orion Hodson · 4 years, 4 months ago
  25. 7ca8b67 Use ART_TARGET_ANDROID instead of __ANDROID__ by Nicolas Geoffray · 4 years, 4 months ago
  26. 72d7e96 Replaced dangerous uses of sizeof() by Chris Wailes · 4 years, 5 months ago
  27. 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 5 months ago
  28. 696882f Skip reading VNDK libs for product if not available by Justin Yun · 4 years, 5 months ago
  29. 310432e Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 4 years, 6 months ago
  30. 735ab4e libnativeloader: Remove hard-coded cronet by Jooyung Han · 4 years, 6 months ago
  31. 538f99a Loading JNI libraries in an APEX by Jooyung Han · 4 years, 6 months ago
  32. 26f7d10 Use {llndk,vndksp}.libraries.txt from VNDK APEX by Jooyung Han · 4 years, 6 months ago
  33. eb4f08c Use a different VNDK namespace for product apps by Justin Yun · 4 years, 7 months ago
  34. 272b36d Rename APEX Namespace by Kiyoung Kim · 4 years, 7 months ago
  35. 5257503 Add libstats_jni to linkerconfig/namespace by Jeffrey Huang · 4 years, 7 months ago
  36. c137563 One more missing Result::ok() in native_loader_test.cpp by Bernie Innocenti · 4 years, 7 months ago
  37. f0e99bd Remove old "platform" namespace name in a few remaining places. by Martin Stjernholm · 4 years, 7 months ago
  38. ac5ae3c Convert native_loader_test.cpp to Result::ok() by Bernie Innocenti · 4 years, 7 months ago
  39. 98cf82f Use apex name for apex linker namespace by Jooyung Han · 4 years, 7 months ago
  40. 089c135 Use product vndk version for product apps by Justin Yun · 4 years, 7 months ago
  41. b68b7cb One more missing Result::ok() call in art/libnativeloader by Bernie Innocenti · 4 years, 7 months ago
  42. 4bd5895 Convert art/ to Result::ok() by Bernie Innocenti · 4 years, 7 months ago
  43. 99c19ca Update platform namespace name by Kiyoung Kim · 4 years, 7 months ago
  44. fea435c Remove extra using statements by Tom Cherry · 4 years, 7 months ago
  45. 6dc0a43 Update libnativeloader dependency on libnativehelper by Orion Hodson · 4 years, 7 months ago
  46. c20ab9a Use valid pointer for app_main_namespace_ by Orion Hodson · 4 years, 7 months ago
  47. 3db26d5 Make product libs available to unbundled product apks. by Justin Yun · 4 years, 9 months ago
  48. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 9 months ago
  49. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 9 months ago
  50. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 9 months ago
  51. 5c01772 Add public lib of Cronet apex mainline by Luke Huang · 4 years, 9 months ago
  52. 0cc4027 Read system_ext partition for partner defined public libraries. by Justin Yun · 4 years, 9 months ago
  53. 94fd9ea Use a different name for shared classloader namespace, to help debugging. by Martin Stjernholm · 4 years, 11 months ago
  54. be08b20 Fix libnativeloader_test to work on 64 bit architectures. by Martin Stjernholm · 4 years, 10 months ago
  55. 4829733 Avoid "using namespace" that's blocked by cpplint. by Martin Stjernholm · 4 years, 10 months ago
  56. 2a21cc6 Use ART defaults for libnative{bridge,loader} tests too. by Martin Stjernholm · 4 years, 11 months ago
  57. 3bb009a Use art_defaults in libnative*, for consistency. by Martin Stjernholm · 4 years, 11 months ago
  58. 31b3ffa Remove temporary CPPLINT.cfg files by Orion Hodson · 5 years ago
  59. c78860b Remove temporary soong visibility workarounds by Orion Hodson · 5 years ago
  60. 4346499 libnativeloader: add a clarifying comment to Android.bp by Orion Hodson · 5 years ago
  61. 9b16e34 Move libnative{bridge,loader} to art/ by Orion Hodson · 5 years ago