1. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 4 years, 7 months ago
  2. fb04df4 Supply LOCAL_SOONG_DEX_JAR for java_import with compile_dex. by Bill Peckham · 4 years, 7 months ago
  3. 02b11a6 Remove AndroidMkExtraFootersFunc entries param. by Jaewoong Jung · 4 years, 8 months ago
  4. 464e6c7 Merge "Add test suite handling to central androidmk code" by Treehugger Robot · 4 years, 8 months ago
  5. 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 9 months ago
  6. d8aed4b droidstubs: Remove unnecessary setting of DistFiles by Paul Duffin · 4 years, 9 months ago
  7. 6206805 Remove redundant setting of DistFiles by java.Library by Paul Duffin · 4 years, 9 months ago
  8. ebb5150 Merge "Add unit_test test option in test configs" by Dan Shi · 4 years, 9 months ago
  9. d79572f Add unit_test test option in test configs by Dan Shi · 4 years, 9 months ago
  10. b23d28c Rename fields and methods to reflect class loader context changes. by Ulya Trafimovich · 4 years, 10 months ago
  11. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 9 months ago
  12. 9a89a2a Move boot jars package check from make by Paul Duffin · 4 years, 9 months ago
  13. ff98103 Merge "Remove jdiff support from droiddoc" by Anton Hansson · 4 years, 10 months ago
  14. 746be9c Remove jdiff support from droiddoc by Anton Hansson · 4 years, 10 months ago
  15. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  16. b8e35ca Merge "Revert "Revert "Remove create_stubs and checkapi from droiddoc""" by Treehugger Robot · 5 years ago
  17. e1ab250 Revert "Revert "Remove create_stubs and checkapi from droiddoc"" by Liz Kammer · 5 years ago
  18. 74b0052 Add test_mainline_module option. by kellyhung · 5 years ago
  19. 3666c70 Revert "Remove create_stubs and checkapi from droiddoc" by Steve Kim · 5 years ago
  20. 3a55c91 Remove create_stubs and checkapi from droiddoc by Liz Kammer · 5 years ago
  21. 9c07d24 Merge "Add imports_sdk_version to prebuilt_apis" by Liz Kammer · 5 years ago
  22. ec7a91f Merge "Add extra_test_configs option" by Treehugger Robot · 5 years ago
  23. 49b1e9b Merge "Use common helper functions for getting sorted map keys." by Ulyana Trafimovich · 5 years ago
  24. c23d603 Merge "Capture list of unused methods when shrinking in R8" by Treehugger Robot · 5 years ago
  25. 2d2fd85 Add imports_sdk_version to prebuilt_apis by Liz Kammer · 5 years ago
  26. b8063c6 Use common helper functions for getting sorted map keys. by Ulya Trafimovich · 5 years ago
  27. 95d1942 Add extra_test_configs option by Dan Shi · 5 years ago
  28. cb6143a Capture list of unused methods when shrinking in R8 by Colin Cross · 5 years ago
  29. 31e444e Collect paths to transitive SDK Java library dependencies. by Ulya Trafimovich · 5 years ago
  30. fc16b66 Merge "Fix droiddoc disting when WITHOUT_CHECK_API is true." by Jingwen Chen · 5 years ago
  31. 9eb51fc Merge "Refactor java compileDex" by Liz Kammer · 5 years ago
  32. a7a64f3 Refactor java compileDex by Liz Kammer · 5 years ago
  33. cada807 Update language to comply with inclusive guidance by Liz Kammer · 5 years ago
  34. 7b27ca7 Fix droiddoc disting when WITHOUT_CHECK_API is true. by Jingwen Chen · 5 years ago
  35. 08dca38 Build transitive lint reports for apex modules by Colin Cross · 5 years ago
  36. 70f0b53 Merge changes from topic "lint-unbundled-apps" by Colin Cross · 5 years ago
  37. c0efd1d Build a zip of transitive lint reports for apps by Colin Cross · 5 years ago
  38. 403cc15 Pass unstripped JNI libraries to Make by Colin Cross · 5 years ago
  39. 11c1e0f Output apkcerts file for android_app_set. by Jaewoong Jung · 5 years ago
  40. 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 5 years ago
  41. b549b77 Revert "Always run package check" by Colin Cross · 5 years ago
  42. 91206d9 Always run package check by Paul Duffin · 5 years ago
  43. 63d8feb Ensure package check is run for java_library in APEX by Paul Duffin · 5 years ago
  44. 668b8a2 Remove conditional running of checklast during checkapi by Anton Hansson · 5 years ago
  45. acc7bbe apex: Make android_library support APEX variants by Jooyung Han · 5 years ago
  46. a7856c0 Implement android_app_set module by Sasha Smundak · 5 years ago
  47. ad0177b Add overrides to runtime_resource_overlay by Jaewoong Jung · 5 years ago
  48. 592a6a4 android_app_import is now ApexModule by Jiyong Park · 5 years ago
  49. a573f19 Make sure car-lib system APIs are not changing unintentionally by Makoto Onuki · 5 years ago
  50. 27d9ec1 Remove _API_FILE variables by Anton Hansson · 5 years ago
  51. 3ae2951 Allow droidstubs to not generate any stubs by Paul Duffin · 5 years ago
  52. 78156ef Add a Tag field to dist to dist a tagged output by Anton Hansson · 5 years ago
  53. 87a33e7 Add code coverage support to android_app JNI libs. by Jaewoong Jung · 5 years ago
  54. 80e2c2a Default droiddoc to disting the api txt if there is one by Anton Hansson · 5 years ago
  55. 78ec5d8 Export the cert path for runtime_resource_overlay. by Jaewoong Jung · 6 years ago
  56. 503c1d0 Set LOCAL_CERTIFICATE for flattened apex APKs by Colin Cross · 6 years ago
  57. 6a927c4 Abstract sdk_version string using sdkSpec type by Jiyong Park · 6 years ago
  58. 9befb0c Add runtime_resource_overlay. by Jaewoong Jung · 6 years ago
  59. 13f30ae Merge "Pass auto_gen_config setting in Android.bp to makefile" by Dan Shi · 6 years ago
  60. 2468d01 Pass auto_gen_config setting in Android.bp to makefile by Dan Shi · 6 years ago
  61. a465e43 Verify APIs are compatible with last released api by default by Paul Duffin · 6 years ago
  62. b02bb40 hostdex:true modules are available for platform by Jiyong Park · 6 years ago
  63. 55bd98b AndroidMk for the hostdex library has separate AndroidMkEntries by Jiyong Park · 6 years ago
  64. 0b0e1b9 AndroidMkEntries() returns multiple AndroidMkEntries structs by Jiyong Park · 6 years ago
  65. 52cd06f Reland: JNI lib is always embedded for APKs in APEX by Jiyong Park · 6 years ago
  66. e3c22f7 Revert submission by Sam Saccone · 6 years ago
  67. d237ad6 JNI lib is always embedded for APKs in APEX by Jiyong Park · 6 years ago
  68. 722b63c Merge "Install signed split apks." by Jaewoong Jung · 6 years ago
  69. 5a49881 Install signed split apks. by Jaewoong Jung · 6 years ago
  70. 109f647 Merge "API Lint: Archive lint errors" by Adrian Roos · 6 years ago
  71. 3b8f1cd API Lint: Archive lint errors by Adrian Roos · 6 years ago
  72. 0b23875 stem property of java modules are propagated to Make by Jiyong Park · 6 years ago
  73. 8436cce Merge "Update droidstubs build target" by Jerome Gaillard · 6 years ago
  74. 0f59903 Update droidstubs build target by Jerome Gaillard · 6 years ago
  75. f748731 Support privleged app in APEX by Jiyong Park · 6 years ago
  76. 9b409bc Create scripts to update and freeze a module SDK by Jiyong Park · 6 years ago
  77. 075eedc droidstubs: Add API lint via metalava by Adrian Roos · 6 years ago
  78. 7dd4ae2 Fix split apk paths. by Jaewoong Jung · 6 years ago
  79. 9a1e8bd Migrate java/androidmk.go to new system #2 by Jaewoong Jung · 6 years ago
  80. 2784fda Merge "Migrate java/androidmk.go to new system #1" by Jaewoong Jung · 6 years ago
  81. d1063c1 Introduce module type 'sdk' by Jiyong Park · 6 years ago
  82. b0c127c Migrate java/androidmk.go to new system #1 by Jaewoong Jung · 6 years ago
  83. b28eb5f Implement android_test_import by Jaewoong Jung · 6 years ago
  84. e0dc8df AndroidMkEntries minor refactoring. by Jaewoong Jung · 6 years ago
  85. da6a7f4 Merge "Add filename property to android_app_import" by Jaewoong Jung · 6 years ago
  86. 7f7766d Revert "Revert "Split Java libraries per apex"" by Jiyong Park · 6 years ago
  87. f0f7ca8 Revert "Split Java libraries per apex" by Jiyong Park · 6 years ago
  88. aa53324 Split Java libraries per apex by Jiyong Park · 6 years ago
  89. 8aae22e Add filename property to android_app_import by Jaewoong Jung · 6 years ago
  90. 9877279 Dist NOTICE outputs for app targets. by Jaewoong Jung · 6 years ago
  91. 5d7409b Remove SOONG_FRAMEWORK_SRCS by Colin Cross · 6 years ago
  92. ccbb393 Add android_app_import. by Jaewoong Jung · 6 years ago
  93. 02cbe8f Merge changes Id93bcaea,Ia8f9f910 by Treehugger Robot · 6 years ago
  94. 226586c Merge "Support target.hostdex.required" by Colin Cross · 6 years ago
  95. 90c25c6 Don't use merged manifest for android_library modules by Colin Cross · 6 years ago
  96. 7f87f4f Support target.hostdex.required by Colin Cross · 6 years ago
  97. e8a7dc9 Export proguard_dictionary for java_library modules by Colin Cross · 6 years ago
  98. 9aa3ab1 New AndroidMk authoring system based on entry map. by Jaewoong Jung · 6 years ago
  99. 0975ee0 Check package restrictions for Java libs. by Vladimir Marko · 6 years ago
  100. b6d2305 Implement `host_required` and `target_required` properties. by Sasha Smundak · 6 years ago