1. bfdd246 Enable userspace snapshots for OTA by Akilesh Kailash · 3 years, 8 months ago
  2. 0096a75 Merge "build_image: Query the actual image size after invoking the final mkfs." by David Anderson · 3 years, 8 months ago
  3. 9118768 Merge "Define $(PRODUCT_OUT) before running the board config" by Treehugger Robot · 3 years, 8 months ago
  4. a9bc0e1 Merge "Embed zucchini version info in target_files" by Treehugger Robot · 3 years, 8 months ago
  5. 009d6f8 build_image: Query the actual image size after invoking the final mkfs. by David Anderson · 3 years, 9 months ago
  6. c06f062 Embed zucchini version info in target_files by Kelvin Zhang · 3 years, 8 months ago
  7. 6013329 Merge "Make SOONG_HOST_OUT an alias for HOST_OUT" by Colin Cross · 3 years, 8 months ago
  8. 52e5d9c Define $(PRODUCT_OUT) before running the board config by Cole Faust · 3 years, 8 months ago
  9. d373dd2 Merge "Use dex2oat64 on 64-bit-only builds" by Treehugger Robot · 3 years, 8 months ago
  10. 9bc6186 Merge "Remove `gdbserver` from `PRODUCT_PACKAGES_DEBUG` in `base_system.mk`." by Roland Levillain · 3 years, 8 months ago
  11. 3fed5bb Remove `gdbserver` from `PRODUCT_PACKAGES_DEBUG` in `base_system.mk`. by Roland Levillain · 3 years, 8 months ago
  12. af78df0 Merge "Sort PRODUCT_APEX_BOOT_JARS automatically." by Ulyana Trafimovich · 3 years, 8 months ago
  13. c9ec59c Sort PRODUCT_APEX_BOOT_JARS automatically. by Ulya Trafimovich · 3 years, 8 months ago
  14. 1917e4e Use dex2oat64 on 64-bit-only builds by Kevin Brodsky · 3 years, 8 months ago
  15. 7d9103b Merge "Change type of TARGET_BUILD_APPS from bool to list" by Cole Faust · 3 years, 8 months ago
  16. 3596656 Merge "Exclude predefined variables from board config" by Treehugger Robot · 3 years, 8 months ago
  17. 46bd6ec Merge "Ensure there are no empty paths in ANDROID_BUILD_PATHS and PATH." by Treehugger Robot · 3 years, 8 months ago
  18. 03aa6cd Merge "Sort PRODUCT_APEX_SYSTEM_SERVER_JARS automatically." by Treehugger Robot · 3 years, 8 months ago
  19. 00496c1 Sort PRODUCT_APEX_SYSTEM_SERVER_JARS automatically. by Ulya Trafimovich · 3 years, 8 months ago
  20. 6a01226 Ensure there are no empty paths in ANDROID_BUILD_PATHS and PATH. by Martin Stjernholm · 3 years, 8 months ago
  21. 9680501 Merge "DO NOT MERGE: Revert "Add NEED_AIDL_NDK_PLATFORM_BACKEND"" by Treehugger Robot · 3 years, 8 months ago
  22. f41bff9 DO NOT MERGE: Revert "Add NEED_AIDL_NDK_PLATFORM_BACKEND" by Nahian Ashraf · 3 years, 9 months ago
  23. 5588a88 Change type of TARGET_BUILD_APPS from bool to list by Cole Faust · 3 years, 9 months ago
  24. 4d7ddff Merge "Add NEED_AIDL_NDK_PLATFORM_BACKEND" by Jiyong Park · 3 years, 9 months ago
  25. be6d5f1 Exclude predefined variables from board config by Cole Faust · 3 years, 9 months ago
  26. 4228f8f Merge "Return product config variables from board_configuration" by Cole Faust · 3 years, 9 months ago
  27. 495fafe Merge "SignApk - support loading private keys from pkcs#11 keystore" by Michael Groover · 3 years, 9 months ago
  28. 55870dd Merge "Disallow setting LOCAL_MODULE_STEM for android packages" by Treehugger Robot · 3 years, 9 months ago
  29. f0d7d8f Return product config variables from board_configuration by Cole Faust · 3 years, 9 months ago
  30. f823ec6 Merge "Configure boot image profiles for platform and unbundled ART module builds (reland)." by Martin Stjernholm · 3 years, 9 months ago
  31. 1fb1088 Merge "Fix signapk not found error when running ota_from_target_files locally" by Treehugger Robot · 3 years, 9 months ago
  32. 4fc3aa0 Fix signapk not found error when running ota_from_target_files locally by Kelvin Zhang · 3 years, 9 months ago
  33. 91964c8 Configure boot image profiles for platform and unbundled ART module by Martin Stjernholm · 3 years, 9 months ago
  34. 9a991fa Merge "Update conversion results file only when it changed." by Treehugger Robot · 3 years, 9 months ago
  35. 345da98 Merge "Extract primary APK from apk sets in Soong" by Colin Cross · 3 years, 9 months ago
  36. da166c5 Make SOONG_HOST_OUT an alias for HOST_OUT by Colin Cross · 3 years, 9 months ago
  37. 7dc8f48 Update conversion results file only when it changed. by Sasha Smundak · 3 years, 9 months ago
  38. 613ae21 Merge changes from topics "dist_for_goals", "mk2star" by Treehugger Robot · 3 years, 9 months ago
  39. c20dd97 Runtime reporting of the conversion errors. by Sasha Smundak · 3 years, 9 months ago
  40. 91fc734 Runtime support for dist-for-goals. by Sasha Smundak · 3 years, 9 months ago
  41. 351cd2e Merge changes from topic "servicemanager-recovery" by Yifan Hong · 3 years, 9 months ago
  42. f42c7d6 Extract primary APK from apk sets in Soong by Colin Cross · 3 years, 9 months ago
  43. dacbe7a Merge "Add notdir implementation" by Treehugger Robot · 3 years, 9 months ago
  44. 0cc94d3 Add notdir implementation by Cole Faust · 3 years, 9 months ago
  45. 8a7e9af Merge "Don't assume _soong_config_namespaces_key is present" by Cole Faust · 3 years, 9 months ago
  46. 2f4692b Don't assume _soong_config_namespaces_key is present by Cole Faust · 3 years, 9 months ago
  47. d1c2c4e Merge "Translate BUILT_INSTALLED to LOCAL_BUILT_MODULE" by Colin Cross · 3 years, 9 months ago
  48. f1e1bcb Merge "Always default to 1.9 for host java modules in Android.mk files" by Treehugger Robot · 3 years, 9 months ago
  49. d59e23e Merge "Merge soong_{cc,rust}_prebuilt.mk" by Ivan Lozano · 3 years, 9 months ago
  50. 362f55a Always default to 1.9 for host java modules in Android.mk files by Colin Cross · 3 years, 9 months ago
  51. 802f211 Translate BUILT_INSTALLED to LOCAL_BUILT_MODULE by Colin Cross · 3 years, 9 months ago
  52. 629ca86 Merge "Revert "Configure boot image profiles for platform and unbundled ART module"" by Martin Stjernholm · 3 years, 9 months ago
  53. a7e1611 Revert "Configure boot image profiles for platform and unbundled ART module" by Martin Stjernholm · 3 years, 9 months ago
  54. ae48bc0 Add servicemanager.recovery to base_vendor.mk. by Yifan Hong · 3 years, 9 months ago
  55. 276b8c0 Add recovery service_contexts. by Yifan Hong · 3 years, 9 months ago
  56. 35e7ab3 Merge "Configure boot image profiles for platform and unbundled ART module builds." by Treehugger Robot · 3 years, 9 months ago
  57. d96be59 Merge soong_{cc,rust}_prebuilt.mk by Ivan Lozano · 3 years, 9 months ago
  58. 866d824 Merge changes from topic "fsverity_digest" by Treehugger Robot · 3 years, 9 months ago
  59. edf3230 Merge "Revert "Add fsverity test key"" by Treehugger Robot · 3 years, 9 months ago
  60. 1f925ed Configure boot image profiles for platform and unbundled ART module builds. by Martin Stjernholm · 3 years, 9 months ago
  61. f69346e Add fsverity digest manifest by Inseob Kim · 3 years, 10 months ago
  62. b73f8dc Revert "Add fsverity test key" by Inseob Kim · 3 years, 9 months ago
  63. 9cda397 Implement fsverity metadata generator by Inseob Kim · 3 years, 10 months ago
  64. 372d74a Merge "Record ALL_DEPS by default." by Treehugger Robot · 3 years, 9 months ago
  65. 6f2d435 Merge "Add oatdump and dexdump to dexpreopt_tools.zip" by Eric Miao · 3 years, 9 months ago
  66. 5c6410e Record ALL_DEPS by default. by Jim Tang · 3 years, 9 months ago
  67. 7bd2d13c Merge "Fix BOARD_SYSTEMSDK_VERSIONS checks" by Treehugger Robot · 3 years, 9 months ago
  68. e856367 Merge "Add soong_config_get" by Cole Faust · 3 years, 9 months ago
  69. 7a04899 Merge "Fix python3 incompatiable code" by Tianjie Xu · 3 years, 9 months ago
  70. 585ec03 Merge changes from topic "soong-java-install" by Treehugger Robot · 3 years, 9 months ago
  71. 0e21221 Merge "Fix product single value variables failed issue" by Anton Hansson · 3 years, 9 months ago
  72. b049191 Fix python3 incompatiable code by Tianjie · 3 years, 9 months ago
  73. 70a886c Add soong_config_get by Cole Faust · 3 years, 9 months ago
  74. 984ad44 Merge "Skip signing key check in some cases" by Treehugger Robot · 3 years, 9 months ago
  75. e81ec69 Fix BOARD_SYSTEMSDK_VERSIONS checks by Justin Yun · 3 years, 9 months ago
  76. 8bd19a4 Merge "Remove unnecessary RBE sourcing in envsetup.sh" by Kousik Kumar · 3 years, 9 months ago
  77. 3fcc525 Merge "Temporarily remove the care_map in the ota package" by Tianjie Xu · 3 years, 9 months ago
  78. ece722c Merge "Use python 3 for release tools" by Cole Faust · 3 years, 9 months ago
  79. 1d0fd2c Add oatdump and dexdump to dexpreopt_tools.zip by Eric Miao · 3 years, 9 months ago
  80. 4b588cf Skip signing key check in some cases by Kelvin Zhang · 3 years, 9 months ago
  81. 96f398c Merge "Clean SOONG_HOST_OUT for moving rust and sh_binary modules" by Treehugger Robot · 3 years, 9 months ago
  82. a421192 Merge "Add missing dependency from module name to symlinks" by Treehugger Robot · 3 years, 9 months ago
  83. 5856cfb Temporarily remove the care_map in the ota package by Tianjie · 3 years, 9 months ago
  84. 689c3fb Fix product single value variables failed issue by liulvping · 3 years, 9 months ago
  85. 47cfffe Move java install rules into Soong by Colin Cross · 3 years, 9 months ago
  86. a69b809 Don't create compatibility suite copy rules for installed path by Colin Cross · 3 years, 9 months ago
  87. cf5c18a Clean SOONG_HOST_OUT for moving rust and sh_binary modules by Colin Cross · 3 years, 9 months ago
  88. d954ea8 Add missing dependency from module name to symlinks by Colin Cross · 3 years, 9 months ago
  89. db77329 Merge "Do not disable prebuilts for sdk builds" by Anton Hansson · 3 years, 9 months ago
  90. c76931f Use python 3 for release tools by Cole Faust · 3 years, 9 months ago
  91. c2becd0 Disallow setting LOCAL_MODULE_STEM for android packages by Cole Faust · 3 years, 9 months ago
  92. 2f1bd70 Merge "Make starlark board configuration work with sdk_phone_x86_64" by Cole Faust · 3 years, 9 months ago
  93. fdb8f17 Merge "Prepare release tools for python 3" by Cole Faust · 3 years, 9 months ago
  94. 11b78c1 Merge "Move tools compiled by Soong to HOST_OUT_EXECUTABLES" by Colin Cross · 3 years, 9 months ago
  95. 30ae089 Do not disable prebuilts for sdk builds by Anton Hansson · 3 years, 9 months ago
  96. b820bcd Prepare release tools for python 3 by Cole Faust · 3 years, 9 months ago
  97. 985fa48 Make starlark board configuration work with sdk_phone_x86_64 by Cole Faust · 3 years, 10 months ago
  98. ec71cbf Merge "vintf recovery install parity w/ init_rc" by Steven Moreland · 3 years, 9 months ago
  99. 936e704 Merge "Fix a failure in signing test" by Treehugger Robot · 3 years, 9 months ago
  100. 2639048 Fix a failure in signing test by Kelvin Zhang · 3 years, 9 months ago