1. 8130c48 Move part of logic from construct_context.py to Soong. by Ulya Trafimovich · 5 years ago
  2. b521811 Add separate dependency tags for compat libs based on SDK version. by Ulya Trafimovich · 5 years ago
  3. 46b3d5b Fix handling of "android.test.mock" in class loader context. by Ulya Trafimovich · 5 years ago
  4. 24813e1 Unify handling of compat and normal libs in class loader contexts. by Ulya Trafimovich · 5 years ago
  5. 69d1fb1 Switch BootJars/UpdatableBootJars to ConfiguredJarList by Paul Duffin · 5 years ago
  6. 52ac73d Make highmem classification of metalava optional by Anton Hansson · 5 years ago
  7. 1e8118d Merge "Tag removed APIs as such in hiddenapi_flags.csv." by Mathew Inwood · 5 years ago
  8. 26c468c Merge "Export proguard_flags_files from android_librarys" by Cole Faust · 5 years ago
  9. 9a63131 Export proguard_flags_files from android_librarys by Cole Faust · 5 years ago
  10. a44e8c5 Tag removed APIs as such in hiddenapi_flags.csv. by Mathew Inwood · 5 years ago
  11. 7f51107 Rename ART release APEX to com.android.art. by Martin Stjernholm · 5 years ago
  12. ea581fc Move the intermediate directory for ART boot images. by Martin Stjernholm · 5 years ago
  13. 128fe5c Add empty tag support for java_import by Saeid Farivar Asanjan · 5 years ago
  14. faa866c Merge "Make test api extend system in sdk_library.go" by Anton Hansson · 5 years ago
  15. bc0fe96 Support building WITHOUT_CHECK_API=true by Paul Duffin · 5 years ago
  16. 4fe970f Make test api extend system in sdk_library.go by Anton Hansson · 5 years ago
  17. ff98103 Merge "Remove jdiff support from droiddoc" by Anton Hansson · 5 years ago
  18. 9ebc22c Merge changes Ieeca3c39,Iddeea2d0,I8d66a5d3 by Colin Cross · 5 years ago
  19. ff8838c Merge "Add jetifier support to android_library_import" by Treehugger Robot · 5 years ago
  20. c1c415d Merge "Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies." by Jaewoong Jung · 5 years ago
  21. f043696 Add jetifier support to android_library_import by Saeid Farivar Asanjan · 5 years ago
  22. c779cd4 Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies. by Jaewoong Jung · 5 years ago
  23. 19bc60a Merge "Add config.AndroidFirstDeviceTarget." by Jaewoong Jung · 5 years ago
  24. 53781d5 Merge "Make hiddenapi flag generation use new artifact" by Anton Hansson · 5 years ago
  25. 642916f Add config.AndroidFirstDeviceTarget. by Jaewoong Jung · 5 years ago
  26. 858a8ca Merge "Add a Impl_only_libs prop for sdk_library" by Anton Hansson · 5 years ago
  27. 89226d9 Add jni_libs to host java binaries by Colin Cross · 5 years ago
  28. c179ea6 Make java_binary common variant a dependency by Colin Cross · 5 years ago
  29. de78d13 Replace jniDependencyTag with a value by Colin Cross · 5 years ago
  30. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 5 years ago
  31. 7f66efa Add a Impl_only_libs prop for sdk_library by Anton Hansson · 5 years ago
  32. 746be9c Remove jdiff support from droiddoc by Anton Hansson · 5 years ago
  33. 45fd6ac Merge "Make lots of tests run in parallel" by Colin Cross · 5 years ago
  34. 43159bd Merge "Remove global state from apex modules" by Colin Cross · 5 years ago
  35. a87ea45 Merge "Allow access to the class jar for java_import using {.jar} tag" by Paul Duffin · 5 years ago
  36. b3cbd61 Make hiddenapi flag generation use new artifact by Anton Hansson · 5 years ago
  37. 70bc545 Merge "Add outputfiles tags for droidstubs api txts" by Anton Hansson · 5 years ago
  38. 9f701fa Merge changes from topic "uses-libs-24" by Ulyana Trafimovich · 5 years ago
  39. 323dc60 Make lots of tests run in parallel by Colin Cross · 5 years ago
  40. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  41. aa55f74 Allow access to the class jar for java_import using {.jar} tag by Paul Duffin · 5 years ago
  42. 81febc4 Avoid panic when a boot jar is provided as a java_import by Paul Duffin · 5 years ago
  43. 39b437b Add dependency on implementation <uses-library> for modules that depend on component libraries. by Ulya Trafimovich · 5 years ago
  44. ecf5435 Add outputfiles tags for droidstubs api txts by Anton Hansson · 5 years ago
  45. fb6ae5b Add support for using sdk_version: "module_<ver>" by Paul Duffin · 5 years ago
  46. a2ae7e0 Allow java_sdk_library to specify doctags_files by Paul Duffin · 5 years ago
  47. 6877e6d Output Javadoc comments for public API by Paul Duffin · 5 years ago
  48. a6906e2 Merge "Make API lint warnings errors for system & testapi" by Anton Hansson · 5 years ago
  49. 4f6eebf Merge changes I0885e493,Ic37c8db9 by Treehugger Robot · 5 years ago
  50. b30f593 Make API lint warnings errors for system & testapi by Anton Hansson · 5 years ago
  51. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 5 years ago
  52. 4f378d7 Convert more versions in config to ApiLevel. by Dan Albert · 6 years ago
  53. 0b176c8 Replace FutureApiLevel with an ApiLevel. by Dan Albert · 6 years ago
  54. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 6 years ago
  55. 5fc50f2 Merge "Fix proguard_usage.zip with USE_RBE=true RBE_R8=true" by Treehugger Robot · 5 years ago
  56. 4c5efde Suppress reflection warnings when running metalava by Aurimas Liutikas · 5 years ago
  57. a2adc37 Make hiddenapi use prebuilt stubs when it should by Anton Hansson · 6 years ago
  58. e00c0e7 Fix proguard_usage.zip with USE_RBE=true RBE_R8=true by Colin Cross · 5 years ago
  59. 0fe6090 Merge "Make robolectric runtimes a host module" by Treehugger Robot · 5 years ago
  60. 5aa29a7 Make robolectric runtimes a host module by Colin Cross · 5 years ago
  61. 6b54302 Merge "Updates checkapi filename properties behavior" by Liz Kammer · 5 years ago
  62. 88d593d Merge "Add hidden_api for java_import" by Liz Kammer · 5 years ago
  63. 2fc25bb Merge changes from topic "uses-libs-21" by Ulyana Trafimovich · 5 years ago
  64. 570b81a Merge "Remove framework-modules naming scheme" by Treehugger Robot · 5 years ago
  65. ee9ad5d Remove framework-modules naming scheme by Paul Duffin · 5 years ago
  66. 9ed7915 Updates checkapi filename properties behavior by Liz Kammer · 5 years ago
  67. 663dc53 Consistently use default install path for compatibility <uses-library>. by Ulya Trafimovich · 5 years ago
  68. b900066 Merge "Add support for building with R8 full mode" by Treehugger Robot · 5 years ago
  69. b8e35ca Merge "Revert "Revert "Remove create_stubs and checkapi from droiddoc""" by Treehugger Robot · 5 years ago
  70. f2d7b16 Add support for building with R8 full mode by Christoffer Quist Adamsen · 5 years ago
  71. 80dc4f1 Merge "Merge Android R" by Xin Li · 5 years ago
  72. e1ab250 Revert "Revert "Remove create_stubs and checkapi from droiddoc"" by Liz Kammer · 5 years ago
  73. 5ca3a62 Add hidden_api for java_import by Liz Kammer · 6 years ago
  74. 79a94a2 Merge "Replace `is_uses_lib` property with `provides_uses_lib`." by Ulyana Trafimovich · 5 years ago
  75. 54027b5 Replace `is_uses_lib` property with `provides_uses_lib`. by Ulya Trafimovich · 5 years ago
  76. 3e0b9c0 Merge "Check UseRBE is set before replacing any template with the RE version." by Kousik Kumar · 5 years ago
  77. af286f3 Add test_mainline_module option. am: 74b00521f8 by kellyhung · 5 years ago
  78. 74b0052 Add test_mainline_module option. by kellyhung · 5 years ago
  79. 9ef1f7d Merge "Don't assume host arch is always x86" am: daf735287b by Treehugger Robot · 5 years ago
  80. daf7352 Merge "Don't assume host arch is always x86" by Treehugger Robot · 5 years ago
  81. 0f13eff Merge "Be more strict about unknown install <uses-library> paths." am: 117a5ef307 by Ulyana Trafimovich · 5 years ago
  82. 87788b5 Don't assume host arch is always x86 by Jiyong Park · 5 years ago
  83. 045e11a Be more strict about unknown install <uses-library> paths. by Ulya Trafimovich · 5 years ago
  84. 99bd329 Merge "Allow non-SDK Java libraries to masquerade as <uses-library>." am: bb3467d297 by Ulyana Trafimovich · 5 years ago
  85. bb3467d Merge "Allow non-SDK Java libraries to masquerade as <uses-library>." by Ulyana Trafimovich · 5 years ago
  86. da55e82 Merge "Iterate <uses-library> in deterministic order in manifest_fixer." am: bfb98ece49 by Treehugger Robot · 5 years ago
  87. bfb98ec Merge "Iterate <uses-library> in deterministic order in manifest_fixer." by Treehugger Robot · 5 years ago
  88. 48e2aca Merge "Add imports_compile_dex to prebuilt_apis" am: cda9a92efb by Treehugger Robot · 5 years ago
  89. d2c7ddc Iterate <uses-library> in deterministic order in manifest_fixer. by Ulya Trafimovich · 5 years ago
  90. 16f23a4 Check UseRBE is set before replacing any template with the RE version. by Ramy Medhat · 5 years ago
  91. 4e7f260 Add imports_compile_dex to prebuilt_apis by Liz Kammer · 5 years ago
  92. 847ca75 Merge "Change sdk_library child visibility semantics" am: 3652018b83 by Anton Hansson · 5 years ago
  93. 3652018 Merge "Change sdk_library child visibility semantics" by Anton Hansson · 5 years ago
  94. e0b81e4 Merge "java_sdk_library: Add annotations_enabled property" by Anton Hansson · 5 years ago
  95. e22c2ab java_sdk_library: Add annotations_enabled property by Paul Duffin · 6 years ago
  96. 4c92cad Merge commit '0703fd873fe2ed492266a4457a1e217971c2f4f0' into manual_merge_1e3d9fb376aaf1be6de1bd16a9004ccc95226ab0 by Jooyung Han · 5 years ago
  97. 3a92fbe Merge "apex: support prebuilt_firmware for vendor apexes" by Jooyung Han · 5 years ago
  98. 6346ec0 Merge "Add compile_dex for java_import" am: e263af74db by Treehugger Robot · 5 years ago
  99. e263af7 Merge "Add compile_dex for java_import" by Treehugger Robot · 5 years ago
  100. d6c31d2 Add compile_dex for java_import by Liz Kammer · 6 years ago