1. ff6c33d Replace RelPathString() with ToMakePath() by Colin Cross · 5 years ago
  2. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 5 years ago
  3. f856c00 Merge changes from topic "soong_c_flags" by Treehugger Robot · 5 years ago
  4. 9dc1756 Merge changes I3d6506f5,I3667eac9 by Jaewoong Jung · 5 years ago
  5. 0a2f719 Move sharding functions for reuse by Colin Cross · 5 years ago
  6. 7dd4ae2 Fix split apk paths. by Jaewoong Jung · 5 years ago
  7. 0949f31 Fix android_test install path. by Jaewoong Jung · 5 years ago
  8. 318c9c5 Merge "Pass filename mappings to C++ and Java extractors." by Treehugger Robot · 5 years ago
  9. 6514364 Pass filename mappings to C++ and Java extractors. by Sasha Smundak · 5 years ago
  10. 9a1e8bd Migrate java/androidmk.go to new system #2 by Jaewoong Jung · 5 years ago
  11. 2784fda Merge "Migrate java/androidmk.go to new system #1" by Jaewoong Jung · 5 years ago
  12. 2e3e5e3 Remove unused core-system-modules by Paul Duffin · 5 years ago
  13. 933b619 Merge "Allow test to specify whether or not to auto-generate test config" by Dan Shi · 5 years ago
  14. 6ffaaa8 Allow test to specify whether or not to auto-generate test config by Dan Shi · 5 years ago
  15. 84dfc3d Make CreateModule take an android.ModuleFactory by Colin Cross · 5 years ago
  16. ec3e81b Merge "Move sysprop gen code to sysprop module" by Treehugger Robot · 5 years ago
  17. 2b6f04c Merge "Add custom SystemModules to bootclasspath to reduce duplication" by Paul Duffin · 5 years ago
  18. 988f53c Move sysprop gen code to sysprop module by Inseob Kim · 5 years ago
  19. b1102ba Merge "Introduce module type 'sdk'" by Treehugger Robot · 5 years ago
  20. d1063c1 Introduce module type 'sdk' by Jiyong Park · 5 years ago
  21. 68289b0 Add custom SystemModules to bootclasspath to reduce duplication by Paul Duffin · 5 years ago
  22. 624dbac Merge "Add filter_packages property to droiddoc" by Treehugger Robot · 5 years ago
  23. 4c5032b Merge "Revert "Remove old-style support for translated second architectures"" by Colin Cross · 5 years ago
  24. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 5 years ago
  25. da62bf9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 5 years ago
  26. e323f3c Fix robolectric tests with sdk_version and prebuilt dependencies by Colin Cross · 5 years ago
  27. fe6330c Remove old-style support for translated second architectures by Colin Cross · 5 years ago
  28. c6ddccf Add filter_packages property to droiddoc by Jiyong Park · 5 years ago
  29. 26bce34 Track switch to toybox date for macOS. by Elliott Hughes · 5 years ago
  30. 4e08ead Merge changes from topic "protobuf-3.9.1" by Colin Cross · 5 years ago
  31. fd89882 Make additional manifests transitive by Luca Stefani · 5 years ago
  32. b0c127c Migrate java/androidmk.go to new system #1 by Jaewoong Jung · 5 years ago
  33. 6617b6d Merge "Use prebuilts for more tools in unbundled builds" by Colin Cross · 5 years ago
  34. 2b9e20e Merge "Use toybox md5sum instead of md5 on macOS." by Elliott Hughes · 5 years ago
  35. 34b49d1 Use toybox md5sum instead of md5 on macOS. by Elliott Hughes · 5 years ago
  36. 6ac0460 Make javanano a plugin by Colin Cross · 5 years ago
  37. 2895bf7 Merge "Shard kythe invocations when javac is sharded" by Treehugger Robot · 5 years ago
  38. 3b706fd Shard kythe invocations when javac is sharded by Colin Cross · 5 years ago
  39. 5afe2d6 Merge "Support including apk inside an apex" by Treehugger Robot · 5 years ago
  40. 2ff22ae Merge "Bring back env flag to skip checkapi" by Colin Cross · 5 years ago
  41. d63ea0a Bring back env flag to skip checkapi by Luca Stefani · 5 years ago
  42. e1f05aa Support including apk inside an apex by Sundong Ahn · 5 years ago
  43. 242d9ed Update dexpreopt for the ART APEX name change. am: cc4b0ad706 by Martin Stjernholm · 5 years ago
  44. cc4b0ad Update dexpreopt for the ART APEX name change. by Martin Stjernholm · 5 years ago
  45. 7153b76 Merge changes from topic "drop_circular_dep" by Treehugger Robot · 5 years ago
  46. 2867f76 Merge changes from topic "drop_circular_dep" into stage-aosp-master by Jiyong Park · 5 years ago
  47. 8263948 Merge "Normalize and validate the java_version property." am: 17f4728d4b by Pete Gillin · 5 years ago
  48. 17f4728 Merge "Normalize and validate the java_version property." by Treehugger Robot · 5 years ago
  49. d5c734f Merge "Move platform compat config to their own directory." am: c772405d75 by Anna Trostanetski · 5 years ago
  50. 4e8b48a Normalize and validate the java_version property. by Pete Gillin · 5 years ago
  51. 87901b0 Move platform compat config to their own directory. by atrost · 5 years ago
  52. 01d5401 Remove srcs_lib and srcs_lib_whitelist_pkgs by Jiyong Park · 5 years ago
  53. 0650aca Remove the automatic dependency to framework-res.apk for R/Manifest by Jiyong Park · 5 years ago
  54. 4c61d97 Prepare to be able to put framework-res in srcs by Jiyong Park · 5 years ago
  55. b5ddfa9 Remove srcs_lib and srcs_lib_whitelist_pkgs by Jiyong Park · 5 years ago
  56. 2892065 Remove the automatic dependency to framework-res.apk for R/Manifest by Jiyong Park · 5 years ago
  57. b7c639e Prepare to be able to put framework-res in srcs by Jiyong Park · 5 years ago
  58. 6e104c7 Merge changes Ife12ba69,Ibf910262 am: 7ca5576905 by Jaewoong Jung · 5 years ago
  59. b28eb5f Implement android_test_import by Jaewoong Jung · 5 years ago
  60. e0dc8df AndroidMkEntries minor refactoring. by Jaewoong Jung · 5 years ago
  61. 702c5a7 Merge "Add docs.zip output tag to droiddoc" am: 80f8d8cd2d by Colin Cross · 5 years ago
  62. 80f8d8c Merge "Add docs.zip output tag to droiddoc" by Treehugger Robot · 5 years ago
  63. 309b9c0 Merge "Implement sysprop_library API stability check" by Treehugger Robot · 5 years ago
  64. 0f60062 Merge "Remove srcs_lib_whitelist_dirs" by Jiyong Park · 5 years ago
  65. 01dee1d Merge "Add default_dev_cert to android_app_import" am: a436b1ae86 by Jaewoong Jung · 5 years ago
  66. a436b1a Merge "Add default_dev_cert to android_app_import" by Jaewoong Jung · 5 years ago
  67. 1112c4c Remove srcs_lib_whitelist_dirs by Jiyong Park · 5 years ago
  68. 6d3550c Remove srcs_lib_whitelist_dirs by Jiyong Park · 5 years ago
  69. 961d4fd Add default_dev_cert to android_app_import by Jaewoong Jung · 5 years ago
  70. 4288274 Implement sysprop_library API stability check by Inseob Kim · 5 years ago
  71. 9551564 Merge "Droiddoc can accept logtags as input sources" by Treehugger Robot · 5 years ago
  72. 5fbe62a7 Droiddoc can accept logtags as input sources by Jiyong Park · 5 years ago
  73. d90d741 Droiddoc can accept logtags as input sources by Jiyong Park · 5 years ago
  74. 2f791a2 Implement sysprop_library API stability check by Inseob Kim · 5 years ago
  75. 21cf6f3 Merge "Elaborate comment on paltform_apis" am: 8a6f25be55 by Jeongik Cha · 5 years ago
  76. 8a6f25b Merge "Elaborate comment on paltform_apis" by Treehugger Robot · 5 years ago
  77. 356dac4 Elaborate comment on paltform_apis by Jeongik Cha · 5 years ago
  78. 7a6bb1d Merge "Add arch variant support to android_app_import." am: a701d9071e by Jaewoong Jung · 5 years ago
  79. a701d90 Merge "Add arch variant support to android_app_import." by Jaewoong Jung · 5 years ago
  80. 1ce9ac6 Add arch variant support to android_app_import. by Jaewoong Jung · 5 years ago
  81. 31a23c6 Merge "Make javamicro a plugin" am: fd26de477f by Colin Cross · 5 years ago
  82. 0018e85 Merge "Add filename property to android_app_import" am: da6a7f458b by Jaewoong Jung · 5 years ago
  83. fd26de4 Merge "Make javamicro a plugin" by Treehugger Robot · 5 years ago
  84. da6a7f4 Merge "Add filename property to android_app_import" by Jaewoong Jung · 5 years ago
  85. 991093b Merge "API: Add baseline file for API check" am: 2bfc6bf896 by Adrian Roos · 5 years ago
  86. 2bfc6bf Merge "API: Add baseline file for API check" by Adrian Roos · 5 years ago
  87. 2c4803b Merge "Add 'Additional_manifest' property to merge other manifests" by Colin Cross · 5 years ago
  88. 81c5f99 Merge "Add 'Additional_manifest' property to merge other manifests" by Colin Cross · 5 years ago
  89. 6f20509 Make javamicro a plugin by Colin Cross · 5 years ago
  90. 14f75a9 API: Add baseline file for API check by Adrian Roos · 5 years ago
  91. b5432b7 Add 'Additional_manifest' property to merge other manifests by changho.shin · 5 years ago
  92. e68e554 Add docs.zip output tag to droiddoc by Colin Cross · 5 years ago
  93. adf1a12 Merge "Add new core-icu4j after separating icu4j from core-libart" by vichang · 5 years ago
  94. dfee9b4 Merge "Add new core-icu4j after separating icu4j from core-libart" by vichang · 5 years ago
  95. f3d8077 Merge changes I918b4878,I85238d93,Iefee8a91 am: a48f8c8070 by Colin Cross · 5 years ago
  96. a48f8c8 Merge changes I918b4878,I85238d93,Iefee8a91 by Treehugger Robot · 5 years ago
  97. bdf9514 Use prebuilts for more tools in unbundled builds by Colin Cross · 5 years ago
  98. 07b5b4c Add new core-icu4j after separating icu4j from core-libart by Victor Chang · 5 years ago
  99. eb2c46d Merge "Create a module that extracts and installs compat_config." am: bc93803081 by Anna Trostanetski · 5 years ago
  100. db25ac0 Create a module that extracts and installs compat_config. by atrost · 5 years ago