1. 85f59b7 Merge "Remove special-cased stub deps on framework-res" by Anton Hansson · 5 years ago
  2. 8f903f3 Remove special-cased stub deps on framework-res by Anton Hansson · 5 years ago
  3. e07f231 Rename ApexName to ApexVariationName by Colin Cross · 5 years ago
  4. a7a64f3 Refactor java compileDex by Liz Kammer · 5 years ago
  5. dd849a8 Add `data_native_bins` property to java_test_host by Liz Kammer · 5 years ago
  6. 08dca38 Build transitive lint reports for apex modules by Colin Cross · 5 years ago
  7. 403cc15 Pass unstripped JNI libraries to Make by Colin Cross · 5 years ago
  8. a4c8cc6 Support kotlin multiplatform sources by Colin Cross · 5 years ago
  9. 7d9deed Merge changes Ib7ad715d,I3a83b5ed by Treehugger Robot · 5 years ago
  10. 8f70db2 Merge "Rename the Default* constants in java/config." by Treehugger Robot · 5 years ago
  11. 0638dfc Rename the Default* constants in java/config. by Pete Gillin · 5 years ago
  12. e3d44b2 Remove the concept of useDefaultLibs from Soong. by Pete Gillin · 5 years ago
  13. a2058f8 Apply hiddenapi encoding to java_sdk_library .impl by Paul Duffin · 5 years ago
  14. b5b0ff3 Add `soong.java.testProperties` to `java_defaults` module type. by Roland Levillain · 6 years ago
  15. 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 5 years ago
  16. 14a08f5 Merge "apex/apk: enforce min_sdk_version of all deps" by Jooyung Han · 5 years ago
  17. 4e77284 Include resources in sdk snapshot of java library impl by Paul Duffin · 5 years ago
  18. 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 5 years ago
  19. 92e4b46 Support adding extra lint checks by Colin Cross · 5 years ago
  20. 0b67a8b Allow kotlin modules to skip packaging the kotlin stdlib by Colin Cross · 5 years ago
  21. 9ca38d2 Fix annotation processors in kotlin modules that generate resources by Colin Cross · 5 years ago
  22. a553358 Merge "Add support for running Android lint on java and android modules." by Colin Cross · 5 years ago
  23. d7ffbb5 Merge "Consolidate adding common java properties" by Treehugger Robot · 5 years ago
  24. 44b481b Fix check-boot-jars when a boot jar is provided by prebuilt by Paul Duffin · 5 years ago
  25. 014489c Add support for running Android lint on java and android modules. by Colin Cross · 5 years ago
  26. 2070e32 Do not override "-g:source,lines" for host java binaries when PRODUCT_MINIMIZE_JAVA_DEBUG_INFO is set. by Alex Humesky · 5 years ago
  27. ce6734e Consolidate adding common java properties by Colin Cross · 5 years ago
  28. d38ab21 Merge "Introduce product variables to select Java code coverage paths in Soong." by Roland Levillain · 5 years ago
  29. a7a36e2 Merge "Use EMMA_INSTRUMENT_FRAMEWORK for apex framework libs." by Chris Gross · 5 years ago
  30. ada1270 Introduce product variables to select Java code coverage paths in Soong. by Roland Levillain · 5 years ago
  31. 190fdc0 Use EMMA_INSTRUMENT_FRAMEWORK for apex framework libs. by Chris Gross · 5 years ago
  32. 1adc63e Merge changes from topics "dist-for-goals", "soong-dist", "tests-PathForSource" by Colin Cross · 5 years ago
  33. 69bd288 Merge "Fix on-device paths to used libraries in dexpreopt." by Ulyana Trafimovich · 5 years ago
  34. 9f3052c Fix on-device paths to used libraries in dexpreopt. by Ulya Trafimovich · 5 years ago
  35. d4873a6 Merge "dex_import that isn't available for platform isn't installed" by Jiyong Park · 5 years ago
  36. c3d87d3 Define Soong phony rules in Make by Colin Cross · 5 years ago
  37. 01bca75 dex_import that isn't available for platform isn't installed by Jiyong Park · 5 years ago
  38. 1f41dbf Split the core/platform API into stable and legacy versions. by Pete Gillin · 5 years ago
  39. 2d0c194 Correct link type for module stubs by Anton Hansson · 5 years ago
  40. cc51a68 Improve the structure of the link check method by Anton Hansson · 5 years ago
  41. 5539e7b Revert^2 "Rename DexJar interface method to DexJarBuildPath." by Ulyana Trafimovich · 5 years ago
  42. c55b679 Merge "Revert "Rename DexJar interface method to DexJarBuildPath."" by Ulyana Trafimovich · 5 years ago
  43. b0dc851 Revert "Rename DexJar interface method to DexJarBuildPath." by Ulyana Trafimovich · 5 years ago
  44. 2a08566 Merge "Rename DexJar interface method to DexJarBuildPath." by Ulyana Trafimovich · 5 years ago
  45. 562c240 Rename DexJar interface method to DexJarBuildPath. by Ulya Trafimovich · 5 years ago
  46. 91206d9 Always run package check by Paul Duffin · 5 years ago
  47. 77acec6 dex_import can be added to apex by Jiyong Park · 5 years ago
  48. e739f1e Collect permitted packages from java_sdk_library instances by Paul Duffin · 5 years ago
  49. c4cdba0 Merge "Add support for remote-execution / caching of jar/zip actions" by Kousik Kumar · 5 years ago
  50. 366afc5 Add support for remote-execution / caching of jar/zip actions by Kousik Kumar · 5 years ago
  51. a62aa23 apex respects stem of java_library modules by Jiyong Park · 5 years ago
  52. 38b2a86 Merge "Allow the user to explicitly set the java Uncompress_dex property." by David Srbecky · 5 years ago
  53. c7c7e46 Merge "AIDEGen: Add path attribute to okhttp module." by Treehugger Robot · 5 years ago
  54. e033cba Allow the user to explicitly set the java Uncompress_dex property. by David Srbecky · 5 years ago
  55. 859fe96 Improve tracking of exported sdk libraries by Paul Duffin · 5 years ago
  56. 1fbf440 AIDEGen: Add path attribute to okhttp module. by bralee · 5 years ago
  57. 49e94c0 Merge "Use system modules for prebuilt SDKs >=30" by Colin Cross · 5 years ago
  58. 1d9e236 Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)." by Treehugger Robot · 5 years ago
  59. 0d3c2e1 Extract common behavior between Module and Import by Paul Duffin · 5 years ago
  60. 17dec17 Use system modules for prebuilt SDKs >=30 by Colin Cross · 5 years ago
  61. 5bcff5d Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only). by easoncylee · 5 years ago
  62. c2d2405 Don't use SDK variant for vendor JNI libraries by Colin Cross · 5 years ago
  63. 1b1e806 java_sdk_library: Delegate component module to naming scheme by Paul Duffin · 5 years ago
  64. 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  65. e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 5 years ago
  66. ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  67. 480e25b Introduce min_sdk_version to deps info. by Artur Satayev · 5 years ago
  68. 9d6ea77 Merge "Ensure APEX's Java deps use stable SDKs." by satayev · 5 years ago
  69. 4b25e31 Revert "[soong] new field in Android.bp to request APK signing V4" by Songchun Fan · 5 years ago
  70. bf13546 Add defaults support to runtime_resource_overlay. by Jaewoong Jung · 5 years ago
  71. 8cf899a Ensure APEX's Java deps use stable SDKs. by Artur Satayev · 5 years ago
  72. 52c0b7b Merge "Repeat kapt processor argument for multiple processors" by Treehugger Robot · 5 years ago
  73. 5a11686 Repeat kapt processor argument for multiple processors by Colin Cross · 5 years ago
  74. 2db1c3f Check updatable APKs compile against managed SDKs. by Artur Satayev · 5 years ago
  75. 6534770 Stop requiring apex_available on java_library members of sdks by Paul Duffin · 5 years ago
  76. ab768cf Merge "[soong] new field in Android.bp to request APK signing V4" by Treehugger Robot · 5 years ago
  77. 17d69e3 [soong] new field in Android.bp to request APK signing V4 by Songchun Fan · 5 years ago
  78. 78156ef Add a Tag field to dist to dist a tagged output by Anton Hansson · 5 years ago
  79. 87a33e7 Add code coverage support to android_app JNI libs. by Jaewoong Jung · 5 years ago
  80. f6aead0 Merge "Make system_server stubs consistent with other stubs" by Anton Hansson · 5 years ago
  81. ba6ab2e Make system_server stubs consistent with other stubs by Anton Hansson · 5 years ago
  82. 19604de add aidl.export_include_dirs to java_import module type by Jiyong Park · 5 years ago
  83. 54c481e Merge "Simplify the construction of class loader contexts for system server jars." by Ulyana Trafimovich · 5 years ago
  84. dacc6c5 Simplify the construction of class loader contexts for system server jars. by Ulya Trafimovich · 5 years ago
  85. a551a1c Improve consistency of handling java snapshot properties by Paul Duffin · 5 years ago
  86. 3a4eb50 Make new module creation API more flexible by Paul Duffin · 5 years ago
  87. 5e9013b Fix apex_available by Jooyung Han · 5 years ago
  88. a04c107 Add support for multiple os types by Paul Duffin · 5 years ago
  89. 14eb467 Refactor java_library/java_test snapshot processing by Paul Duffin · 5 years ago
  90. f5c0a9c Simplify java library sdk member code by Paul Duffin · 5 years ago
  91. c2f4f20 Merge "Use header jar without jarjar for sharded classpath" by Treehugger Robot · 5 years ago
  92. 93e57a0 Expect added members for instrumented modules by Jiyong Park · 6 years ago
  93. 00cae1c Reland "Turn on the instrumentation by default for the java code in APEXes" by Jiyong Park · 6 years ago
  94. f7d8401 Use header jar without jarjar for sharded classpath by Colin Cross · 6 years ago
  95. 83a2d96 Allow java_system_modules_import to replace java_system_modules by Paul Duffin · 6 years ago
  96. 7c9662a Merge "sdk_version: "system_server_current"" by Treehugger Robot · 6 years ago
  97. 954b297 Merge "Revert "Turn on the instrumentation by default for the java code in APEXes"" by Jackal Guo · 6 years ago
  98. c021ea0 Revert "Turn on the instrumentation by default for the java code in APEXes" by Jackal Guo · 6 years ago
  99. 1d62b1c Merge "Turn on the instrumentation by default for the java code in APEXes" by Treehugger Robot · 6 years ago
  100. 33b6654 Turn on the instrumentation by default for the java code in APEXes by Jiyong Park · 6 years ago