1. 1274622 Revert "Differentiate between runtime apex jars and framework jars." by Nicolas Geoffray · 7 years ago
  2. 6bcc939 Differentiate between runtime apex jars and framework jars. by Nicolas Geoffray · 7 years ago
  3. ba3e26d Merge "Replace PRODUCT_BOOT_JARS with DEXPREOPT_BOOT_JARS_MODULES for nopreloads" by Calin Juravle · 7 years ago
  4. b045705 Merge "Build System: Add java lib header files to module dependency list im module-info.mk" by Treehugger Robot · 7 years ago
  5. 3d54ce0 Merge "Pass the right dex files to dex preopt." by Nicolas Geoffray · 7 years ago
  6. d2da2ce Merge "Sign system_other.img with AVB" by Treehugger Robot · 7 years ago
  7. b741d1c Replace PRODUCT_BOOT_JARS with DEXPREOPT_BOOT_JARS_MODULES for nopreloads by Calin Juravle · 7 years ago
  8. 0903362 Build System: Add java lib header files to module dependency list im module-info.mk by bralee · 7 years ago
  9. 2463c3a Merge "Support including DTB image" by Treehugger Robot · 7 years ago
  10. 9683b2f Support including DTB image by Hridya Valsaraju · 7 years ago
  11. f084e78 Pass the right dex files to dex preopt. by Nicolas Geoffray · 7 years ago
  12. 1e04bf7 Sign system_other.img with AVB by Bowgo Tsai · 7 years ago
  13. 9779c57 Merge "Add $(SOONG_OUT_DIR)/ndk/% to artifact whitelist" by Logan Chien · 7 years ago
  14. f42823a Merge "Add prebuilt ELF binaries checker" by Logan Chien · 7 years ago
  15. e5b368b Use the jars, not the classes.dex for passing to hiddenapi. by Nicolas Geoffray · 7 years ago
  16. b405fe3 Don't depend on classes-header.jar when turbine is disabled by Colin Cross · 7 years ago
  17. 86eeedb Add $(SOONG_OUT_DIR)/ndk/% to artifact whitelist by Logan Chien · 7 years ago
  18. 0e53d88 Add prebuilt ELF binaries checker by Logan Chien · 7 years ago
  19. 96e973b hiddenapi: Process core.platform.api.stubs by David Brazdil · 7 years ago
  20. fc274ba Replace hiddenapi-{public,private}-list.txt with a CSV file by David Brazdil · 7 years ago
  21. 082fd2c Merge "Move UPDATABLE_BOOT_(MODULES|JARS) to base_system.mk for further extension" by Treehugger Robot · 7 years ago
  22. 3087d93 Merge "Build docs zips with make docs" by Colin Cross · 7 years ago
  23. 6bd6318 Merge "Define non-system module as variable" by Treehugger Robot · 7 years ago
  24. ffaf481 Merge "Limit 2 uses of SANITIZE_TARGET to ASan." by Evgenii Stepanov · 7 years ago
  25. 167758a Move UPDATABLE_BOOT_(MODULES|JARS) to base_system.mk for further extension by Dongwon Kang · 7 years ago
  26. 215e2c8 Merge changes I685ab841,I6ab7e488 by Treehugger Robot · 7 years ago
  27. 103d6e8 Build docs zips with make docs by Colin Cross · 7 years ago
  28. 5f93c3a Merge "Add PROGUARD_HOME and PROGUARD_DEPS" by Treehugger Robot · 7 years ago
  29. 12e7e92 Merge "Move HIDDENAPI_FLAGS dependencies to frameworks/base" by Treehugger Robot · 7 years ago
  30. 60beecc Limit 2 uses of SANITIZE_TARGET to ASan. by Evgenii Stepanov · 7 years ago
  31. 6749520 Add PRODUCT_BUILD_*_IMAGE, BUILDING_*_IMAGE to control building of images by Dan Willemsen · 7 years ago
  32. df08083 Always package ext filesystem tools by Dan Willemsen · 7 years ago
  33. 38f19aa Move HIDDENAPI_FLAGS dependencies to frameworks/base by David Brazdil · 7 years ago
  34. 83c5032 Define non-system module as variable by Jeongik Cha · 7 years ago
  35. 4a9a244 Add PROGUARD_HOME and PROGUARD_DEPS by Dan Willemsen · 7 years ago
  36. ded0aec Separate dexpreopt deps from stripping deps by Colin Cross · 7 years ago
  37. d61a1ab Merge changes from topics "hiddenapi-soong", "hostdex_install" by Colin Cross · 7 years ago
  38. ab9de0a Merge "DO NOT MERGE - Merge pie-platform-release (PPRL.190105.001) into master" by Xin Li · 7 years ago
  39. 49adea3 Move hiddenapi to Soong by Colin Cross · 7 years ago
  40. 83b7bdf Simplify soong_java_prebuilt.mk and soong_app_prebuilt.mk by Colin Cross · 7 years ago
  41. 85437e2 Merge "dex_preopt: differentiate between updatable boot jars and non-updatable boot jars." by Nicolas Geoffray · 7 years ago
  42. 6ce12f5 dex_preopt: differentiate between updatable boot jars and non-updatable boot jars. by Nicolas Geoffray · 7 years ago
  43. 0a8750b Merge "Change the impl lib name of java_sdk_library" by Treehugger Robot · 7 years ago
  44. a9f2ef5 Change the impl lib name of java_sdk_library by Sundong Ahn · 7 years ago
  45. f712ce7 Execute appcompat for apps built from soong by Jeongik Cha · 7 years ago
  46. 371f557 Merge "Revert "Simplify soong_java_prebuilt.mk and soong_app_prebuilt.mk"" by Colin Cross · 7 years ago
  47. 5d19636 Revert "Simplify soong_java_prebuilt.mk and soong_app_prebuilt.mk" by Colin Cross · 7 years ago
  48. 8bc9444 Merge "Simplify soong_java_prebuilt.mk and soong_app_prebuilt.mk" by Colin Cross · 7 years ago
  49. c244c21 Enable execute-only memory layouts by default. by Ivan Lozano · 7 years ago
  50. d878bac Merge "Fix typo in some comments" by Treehugger Robot · 7 years ago
  51. 7c7252d Merge "Stop using the `files` target for droidcore" by Dan Willemsen · 7 years ago
  52. 5a89537 Merge "Revert "Add core-simple to the standard boot classpath"" by Neil Fuller · 7 years ago
  53. dd1f2cf DO NOT MERGE - Merge pie-platform-release (PPRL.190105.001) into master by Xin Li · 7 years ago
  54. a76cc6d Simplify soong_java_prebuilt.mk and soong_app_prebuilt.mk by Colin Cross · 7 years ago
  55. 63d012f Merge "Error if a Soong module attempts to install a classes jar" by Treehugger Robot · 7 years ago
  56. 9ee3a16 Fix typo in some comments by Jiyong Park · 7 years ago
  57. fc59878 Merge "ATest: Add test config template for python." by Treehugger Robot · 7 years ago
  58. 3b6f6fe Stop using the `files` target for droidcore by Dan Willemsen · 7 years ago
  59. 0252b84 Make change and version bump to PPRL.190105.001 by android-build-team Robot · 7 years ago
  60. 37ab4e2 Use find(1)'s -exec directly. by Elliott Hughes · 7 years ago
  61. 1a2e9dc Error if a Soong module attempts to install a classes jar by Colin Cross · 7 years ago
  62. c69129b Revert "Add core-simple to the standard boot classpath" by Neil Fuller · 7 years ago
  63. 7769c34 Merge "Remove conscrypt from boot image." by Nicolas Geoffray · 7 years ago
  64. 5f1faeb9 Make get-file-size compatible with toybox stat by Luca Stefani · 7 years ago
  65. b26319c Merge "Fix size check for devices with multiple groups" by Treehugger Robot · 7 years ago
  66. 2f19e51 Merge platform/build into pi-platform-dev for January builds by Adam Seaton · 7 years ago
  67. d148d61 Merge "Deprecate USER in favor of BUILD_USERNAME" by Treehugger Robot · 7 years ago
  68. d58e70b Fix size check for devices with multiple groups by Yifan Hong · 7 years ago
  69. d15c8c1 Merge "Revert "Add $(PRODUCT_OUT)/apex to the artifact path whitelist"" by Michael Butler · 7 years ago
  70. 4cf7cde Revert "Add $(PRODUCT_OUT)/apex to the artifact path whitelist" by Michael Butler · 7 years ago
  71. 2e77d4e Merge "Support kryo385 CPU." by Roland Levillain · 7 years ago
  72. 6bff2bc Merge "Add $(PRODUCT_OUT)/apex to the artifact path whitelist" by Treehugger Robot · 7 years ago
  73. e3a2db8 Remove conscrypt from boot image. by Vladimir Marko · 7 years ago
  74. 391cbc5 Remove Goma resource check code. by Yoshisato Yanagisawa · 7 years ago
  75. 3387e65 Add $(PRODUCT_OUT)/apex to the artifact path whitelist by Jiyong Park · 7 years ago
  76. bdf0ec0 Merge "Dump and enforce certificate for apks" by Jeongik Cha · 7 years ago
  77. 73e13b5 Merge changes I68c8a566,Ib8a588e5 by Treehugger Robot · 7 years ago
  78. 1b8939b Merge "Add BUILD_USERNAME and BUILD_HOSTNAME" by Treehugger Robot · 7 years ago
  79. 11ee341 All all_objects to LOCAL_INTERMEDIATE_TARGETS by Dan Willemsen · 7 years ago
  80. e24da82 Reorder binary.mk to move LOCAL_INTERMEDIATE_TARGETS later by Dan Willemsen · 7 years ago
  81. 1951e70 Merge "Remove code to start Goma compiler_proxy." by Treehugger Robot · 7 years ago
  82. 82f2cb0 Merge "Stop trying to read depfile from vtsc" by Treehugger Robot · 7 years ago
  83. 56645f7 Merge "Support LOCAL_DEX_PREOPT := nostripping" by Treehugger Robot · 7 years ago
  84. f07f721 Remove code to start Goma compiler_proxy. by Yoshisato Yanagisawa · 7 years ago
  85. 723a22f Support LOCAL_DEX_PREOPT := nostripping by Colin Cross · 7 years ago
  86. b2c4bb7 Dump and enforce certificate for apks by Jeongik Cha · 7 years ago
  87. 5125746 Stop trying to read depfile from vtsc by Dan Willemsen · 7 years ago
  88. 8d95a14 Merge "Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES" by Jiyong Park · 7 years ago
  89. 9ce1275 Merge "Preopt: Pass -Xbootclasspath: arg to dex2oat." by Nicolas Geoffray · 7 years ago
  90. 185d41e Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 7 years ago
  91. fe9f373 Merge "Fix qemu image definition conditionals" by Anton Hansson · 7 years ago
  92. 6083089 set BUILD_ID=PI by Thomas Joseph Avila · 7 years ago
  93. d968c5d Merge "Remove data binding from master build" by Treehugger Robot · 7 years ago
  94. dc1f449 Merge "Fix depfile output from dexpreopt strip script" by Treehugger Robot · 7 years ago
  95. a53f680 Remove data binding from master build by Yigit Boyar · 7 years ago
  96. 9f1eda6 Merge "Don't build retrofit OTA package if vendor.img is unavailable." by Tao Bao · 7 years ago
  97. 07b7357 Fix depfile output from dexpreopt strip script by Dan Willemsen · 7 years ago
  98. 4ab7bb3 Merge "Save invocation info of dex2oat runs." by Treehugger Robot · 7 years ago
  99. 519d182 Don't build retrofit OTA package if vendor.img is unavailable. by Tao Bao · 7 years ago
  100. b3f5918 Merge "Allow devices launched with DAP to override super partition name." by Yifan Hong · 7 years ago