1. b11d76f Remove legacy process_starlark method, put this functionality directly in process. by Tim Peut · 3 days ago upstream/main
  2. c28bf8a Fix default value of crunch_png. by Tim Peut · 3 days ago
  3. 6d6e7b3 Disable C2 tiered compilation for additional resource actions. by Tim Peut · 4 days ago
  4. 3e957c8 Reduce the amount of zip file filtering in ResourceLinker by Michael Hoisie · 4 days ago
  5. b4cb7ed Replace `-Xverify:none` with `-XX:-BytecodeVerificationLocal -XX:-BytecodeVerificationRemote` by Liam Miller-Cushon · 5 days ago
  6. fcda5cc Pass --no-crunch to `aapt2 compile` for android_local_test targets by Michael Hoisie · 5 days ago
  7. 10fda52 Add mobile-install aspect build to presubmit by Ted Xie · 8 days ago
  8. b6c96be Merge #490 by GisoBartels: mobile-install: pre-merge jar resources with singlejar by Giso Bartels · 8 days ago
  9. 8035459 Mark --useAaptCruncher as deprecated by Michael Hoisie · 8 days ago
  10. 3443585 Optimize DexLimitTracker by using Guava weak interner by A Googler · 9 days ago
  11. a90e1a2 Correctly propagate native libs in aar_import. by Tim Peut · 2 weeks ago
  12. 5cbd7ca Do not pass busybox to tools. by Tim Peut · 2 weeks ago
  13. 5075e12 Add support for --enable-sparse-encoding by Tim Peut · 3 weeks ago
  14. 74bedd2 Internal change by Liam Miller-Cushon · 3 weeks ago
  15. 88fea8e Merge #483 by Bencodes: Fix R8 not processing META-INF/services by Ben Lee · 3 weeks ago v0.7.2
  16. fc11fbd Use C1 JIT for three Android Build actions by Michael Hoisie · 3 weeks ago
  17. a829baa Internal change by Tim Peut · 3 weeks ago
  18. ace9a27 Internal change. by Tim Peut · 3 weeks ago
  19. c663e55 Create and wire up new configuration option for bytecode transformer. by Tim Peut · 3 weeks ago
  20. ff5c215 Internal change by Tim Peut · 4 weeks ago
  21. 2c8568f Internal change by Tim Peut · 4 weeks ago
  22. 8f67bfe Create Starlark flags defs for desugar_for_android by A Googler · 4 weeks ago
  23. 189e943 Internal change by A Googler · 4 weeks ago
  24. e0db9cf Merge #471 by Bencodes: Fix R8 --desugar_java8_libs support by Ben Lee · 4 weeks ago
  25. 21b08f7 Prepare for 0.7.2 by Ted Xie · 4 weeks ago
  26. 7b83dc3 Merge #479 by ted-xie: Fix dexer test by Ted · 4 weeks ago
  27. 9f7bf9c _zip_file() uses singlejar by Ted Xie · 4 weeks ago
  28. 9e108df Deduplicate ResourceLinker asset directories by Michael Hoisie · 4 weeks ago
  29. 00fdecb Merge #473 by larryxiao625: feat(android_sdk_repository): support string-based platform API level by larryxiao · 4 weeks ago
  30. 0f355ac Merge #475 by oliviernotteghem: Fix non-deterministic properties.jar causing (remote) cache misses fo… by arteghem · 5 weeks ago
  31. ed67c19 Add some additional tests for DexFileSplitter by A Googler · 6 weeks ago
  32. 110aa48 Enable DexFileSplitter to take advantage of running on multiple cores by A Googler · 6 weeks ago
  33. c4c120e Use deploy jar for the robolectric runtime classpath. by Tim Peut · 6 weeks ago
  34. abe7b35 Create starlark flags for incremental_dexing_after_proguard by A Googler · 6 weeks ago
  35. 5b325b2 Pipe aapt2 feature flags to mobile-install manifest compilation. by Tim Peut · 6 weeks ago
  36. 8423ab5 Merge #460 by snazhmudinov: Extract embedded proguard specs from JARs and AARs during R8 by Sheroz Nazhmudinov · 6 weeks ago
  37. b01a9c6 Move forbidden + supported dexopts into bzl. by Tim Peut · 7 weeks ago
  38. 362d5c7 Internal change by Liam Miller-Cushon · 7 weeks ago
  39. 2ea4e75 Modernize, refactor, and fix DexFileSplitterTest tests. by A Googler · 7 weeks ago
  40. 615c0e2 Avoid recompiling regex pattern for each function call. by A Googler · 7 weeks ago
  41. 2bd55f4 Create starlark flags definitions by A Googler · 7 weeks ago
  42. f3dd095 Automated Code Change by Liam Miller-Cushon · 8 weeks ago
  43. 00ac092 Merge #469 by ted-xie: Only consider directory contents in SDK subdirs by Ted · 8 weeks ago
  44. 658f7a6 Merge #454 by hofbi: Export platform-tools/adb for incompatible_no_implicit_file_export by Markus Hofbauer · 8 weeks ago
  45. 693d8d2 Remove the unused exemption list for multi proto flavor validation. by A Googler · 8 weeks ago
  46. 305cf2f Force incremental_dexing_after_proguard_by_default to True so we can delete the flag in a follow up cl by A Googler · 9 weeks ago
  47. c7d89cf Delete references to use_incremental_dexing and check_desugar_deps. by Tim Peut · 9 weeks ago
  48. 5f8cd57 Pass zipalign native library alignment argument as a string instead of an integer. by A Googler · 9 weeks ago
  49. 66f9a44 Allow customizing zipalign alignment in android_binary rules. by A Googler · 9 weeks ago
  50. 29a0e0e Remove legacy Android local test multi proto exemption capability as it is no longer used. by A Googler · 9 weeks ago
  51. 7ddcfc7 No longer check value of assume_min_sdk_version by Tim Peut · 10 weeks ago
  52. 2cae3aa Force dynamic_mode to off in the android_split_transition. by A Googler · 10 weeks ago
  53. a1d72ab Add mirror for googlesource tarballs by Ted Xie · 10 weeks ago
  54. a4f7028 Preserve APK alignment during signing. by A Googler · 10 weeks ago
  55. ab8047f Remove logic for handling legacy multidex. by A Googler · 2 months ago
  56. 04fafaa Properly handle toolchain deps for java_lite_proto_library by Tim Peut · 2 months ago
  57. c824b39 Automated Code Change by Tobias Werth · 3 months ago
  58. 8936d9e Automated Code Change by Liam Miller-Cushon · 3 months ago
  59. cbcf83c Stop exposing the native `--stamp` flag to all Android rules. by A Googler · 3 months ago
  60. dd245bd Add support for creating D8 compiler input dumps in bazel by A Googler · 3 months ago
  61. ca4a312 Include target label in optimization action progress message. by Tim Peut · 3 months ago
  62. 341f15e Compatibility shim for java_common.add_constraints() by Ted Xie · 3 months ago
  63. b8ab40f Forward exec_properties attribute in android_application macro. by A Googler · 3 months ago
  64. 3bf8bae Merge #453 by ted-xie: Upgrade bazel-worker-api to v0.0.10 by Ted · 3 months ago
  65. 8970c06 Automated rollback of commit d8336b109a8dfdf108f9b0af01ef7d20a68dfaff. by Samuel Freilich · 3 months ago
  66. 0bd777f Declare that android_local_test provides JavaInfo by Samuel Freilich · 3 months ago
  67. d8336b1 Propagate proto_registry_aspect from android_local_test.runtime_deps by Samuel Freilich · 3 months ago
  68. 149c537 Only traverse rules definitely providing JavaInfo in android_neverlink_aspect by Samuel Freilich · 3 months ago
  69. 2985c25 Merge #450 by snazhmudinov: Fix R8 processor to read minSdkVersion from manifest_values by Sheroz Nazhmudinov · 3 months ago
  70. f1e0382 Automated Code Change by Liam Miller-Cushon · 4 months ago
  71. e2320f5 Avoid using .pop() with a default value. by Tim Peut · 4 months ago
  72. e6e58a6 Attach aspects to proto attributes defined by Starlark flags. by A Googler · 4 months ago
  73. 880cd0e Prepare for 0.7.1 by Ted Xie · 4 months ago v0.7.1
  74. 94ec6a9 Merge #444 by ted-xie: Upgrade protobuf to v33.4 by Ted · 4 months ago
  75. 8761c44 Mobile Install: Do not make applications debuggable if "-c opt" is used. by Andrew Sinclair · 4 months ago
  76. 063b244 Create and wire up ACL to drop mutltidex related attributes on android_binary. by Tim Peut · 4 months ago
  77. 028060b Merge #442 by meteorcloudy: Update platform for macOS to apple silicon by Yun Peng · 4 months ago
  78. 95cc13e Merge #439 by ahumesky: Update MODULE.bazel for 0.7.0 release by Alex Humesky · 4 months ago v0.7.0
  79. 9125023 Merge #424 by agluszak: Update Bazel dependencies and load rules for bazel 9 compatibility by Andrzej Głuszak · 5 months ago
  80. 3cbc4e5 Handle `None` value in generate_art_profile by Tim Peut · 5 months ago
  81. 81bf24b Treat wear sdk as bootclasspath. by Tim Peut · 5 months ago
  82. e76e125 Handle selects in explicit profile output. by Tim Peut · 5 months ago
  83. ecdff34 Internal change by Tim Peut · 5 months ago
  84. ea2cb47 Avoid emitting D8 synthetic LambdaMethod with global synthetics by A Googler · 5 months ago
  85. b502428 Add obfuscated-hrp primary.prof as a buildable file. by A Googler · 5 months ago
  86. 9365ddf Include version files when creating `java.base` modules with jlink by Liam Miller-Cushon · 5 months ago
  87. eb3ba2a Update R8 to 9.1.5-dev by A Googler · 5 months ago
  88. db71ce3 Merge #427 by snazhmudinov: Expose android.car.jar by Sheroz Nazhmudinov · 5 months ago
  89. 7726bec For optimized builds, use baseline profiles as startup profiles if no by A Googler · 6 months ago
  90. a11ce9d Internal change. by A Googler · 6 months ago
  91. 0cafc5a Automated Code Change by Liam Miller-Cushon · 6 months ago
  92. a9d529f This CL attempts to fix the runtime error that happens when: by A Googler · 6 months ago
  93. fa47c0d Use 16 KB options for zipalign. by A Googler · 6 months ago
  94. 4ae41c4 Use bundletool 1.18.2. by A Googler · 6 months ago
  95. 14081ce Update build tools to 35. by A Googler · 6 months ago
  96. 4157bc6 Pipe --feature-flags through to some aapt2 actions. by Tim Peut · 7 months ago
  97. 9564634 Update build tools version. by Tim Peut · 7 months ago
  98. 99fba3a Internal change by A Googler · 7 months ago
  99. eb99856 Prevent OOM caused by loading large files into memory. by A Googler · 7 months ago
  100. 5868b20 Remove quotes around additional adb install flags. by Tim Peut · 8 months ago