1. efafedf Migrate --android_resource_shrinking, --experimental_android_resource_cycle_shrinking, --experimental_android_compress_java_resources by A Googler · 9 hours ago upstream/main
  2. 66c3393 Enable path mapping for dexing, desugaring, and bytecode transformation actions. by Andrew Sinclair · 30 hours ago
  3. 20982ef Delete deprecated `fused` attribute. by Tim Peut · 30 hours ago
  4. 0975c06 Merge #537 by keith: Return repo/extension metadata from rules by Keith Smiley · 2 days ago
  5. a53f9a3 Merge #548 by oscarthecat: Prevent DexFileSplitter from dropping colliding class names by oscarthecat · 2 days ago
  6. cacab85 Clarify necessity for file path normalization by Ted Xie · 2 days ago
  7. 5a6fda1 Merge #547 by vadymsavchenko-lyft: Declaring proguard_mappings_output_file as implicit_outputs by Vadym Savchenko · 3 days ago
  8. 4ec5d11 Update proguard-android-optimize.txt link in r8-optimization.md by Scott Myers · 4 days ago
  9. f2f470c Add an R8-optimized example app by Scott Myers · 4 days ago
  10. d1a5870 Add R8 optimization docs page by Scott Myers · 7 days ago
  11. 8b5afbb Add main_class attribute to android_local_test. by A Googler · 7 days ago
  12. 9e6e5bf Default output_jar_creator to bazel in apk_packaging.bzl. by A Googler · 10 days ago
  13. dabbc28 Upgrade R8 to 9.3.16 in rules_android. by Chris Woodward · 2 weeks ago
  14. 5b028d1 Automated rollback of commit 77997dfc2d6d2c66f3d7ea2ad1de0d3f72f2b41b. by A Googler · 3 weeks ago
  15. a1ff2be Pass `-Othroughput` for android_binary targets built without `-opt` by Michael Hoisie · 3 weeks ago
  16. 77997df Switch to using Starlark flags. by A Googler · 3 weeks ago
  17. c8fc029 Prepare for v0.8.0 by Ted Xie · 3 weeks ago
  18. 7b64dfe Remove unused dexopts to save Blaze/Bazel heap. by Andrew Sinclair · 3 weeks ago
  19. 5b51152 Skip aapt2 optimize during linking when optimize_throughput is enabled by Adrian Boziloff · 3 weeks ago
  20. dd3d9ec Default output_jar_creator to bazel. by A Googler · 3 weeks ago
  21. b73ce41 Internal change by Tim Peut · 4 weeks ago
  22. 0bd9b59 Remove reference to compiler flag that is unused in the Android Split Transition by Andrew Sinclair · 4 weeks ago
  23. ba2de4d Remove temporary StarlarkAndroidResourcesInfo constructor by Michael Hoisie · 4 weeks ago
  24. 71c053c Use native flag value for optimizing_dexer. by A Googler · 4 weeks ago
  25. 9aa11ea Merge #540 by ted-xie: Fix bazelCI by Ted · 5 weeks ago
  26. b09873c Migrate --optimizing_dexer and delete _legacy_main_dex_list_generator by A Googler · 5 weeks ago
  27. dccaa36 migrate apk_signing_method by A Googler · 5 weeks ago
  28. 14425a3 Don't set Android Configuration Distinguisher in the split transition by Andrew Sinclair · 5 weeks ago
  29. 6854c2d create shared configs for void flags expansion of by A Googler · 5 weeks ago
  30. 97dee89 Migrate by A Googler · 5 weeks ago
  31. 16f80ef Increase minSdkVersion to 24 by Tim Peut · 5 weeks ago
  32. 88ea173 Update resource visibility validation to only analyze dependencies with private resources by Adrian Boziloff · 5 weeks ago
  33. 505be87 Migrate android flags by A Googler · 5 weeks ago
  34. 57ad9e4 Deleting --android_compiler usage from split transition. Deletion from AndroidConfiguration can only be done after rule release. by A Googler · 5 weeks ago
  35. 4263254 Halt resource_files.zip generation for Robolectric builds to enable skipping aapt2 convert. by Adrian Boziloff · 6 weeks ago
  36. 759c350 migrate --android_platforms #FLAG_CHANGE by A Googler · 6 weeks ago
  37. 3bc4d7d Migrate additional flags to Starlark. by A Googler · 6 weeks ago
  38. 16f31b4 Explicitly set scope to "target" for our custom build settings. by Andrew Sinclair · 6 weeks ago
  39. 00036f9 Fix issue with access of _jacoco_runtime attribute now that it is no longer transitioned. by Andrew Sinclair · 6 weeks ago
  40. fb61e95 Create a new a`android_host_hybrid_mode_transition` and apply it to android_local_test by Andrew Sinclair · 6 weeks ago
  41. 2533714 Move get_dexopts_supported_in_dex_merger into starlark. by Tim Peut · 6 weeks ago
  42. b1fee4d Use -Othroughput within ValidateAndLinkResourcesAction by Adrian Boziloff · 6 weeks ago
  43. b5fce4e Enable -Othroughput for aapt2 commands in android_local_test actions. by Adrian Boziloff · 6 weeks ago
  44. e9ba169 Create an "android_host_mode" build setting. by Andrew Sinclair · 6 weeks ago
  45. e09d249 Remove unneeded indexing now that we transition on the incoming edge. by Tim Peut · 6 weeks ago
  46. 854f13d Remove usages of `android_platforms_transition` on `android_binary` attributes. by Andrew Sinclair · 6 weeks ago
  47. 646d1e9 Apply the `android_platforms_transition` instead of the feature flags transition on the incoming edge of `android_binary`. by Andrew Sinclair · 6 weeks ago
  48. 62b698c Delete dead workaround `rfix` logic in ResourceLinker by Michael Hoisie · 6 weeks ago
  49. 73488c2 migrate --experimental_android_compress_java_resources by A Googler · 6 weeks ago
  50. 89407e6 Add a parameter `cfg` to `android_binary`'s `make_rule` definition to allow modifying the rule's incoming edge transition(s) by Andrew Sinclair · 7 weeks ago
  51. e3b343a First step towards the migration of --desugar_java8_libs to starlark. This cl is NOOP. #FLAG_CHANGE by A Googler · 7 weeks ago
  52. 52acbef Delete sandboxed_sdk toolbox + acls. by Tim Peut · 7 weeks ago
  53. e88f96c Simplify call to checkVisibilityOfResourceReferences by Michael Hoisie · 7 weeks ago
  54. 00040bf Update private resource validation to also handle non-Proto XML manifests. by Adrian Boziloff · 7 weeks ago
  55. 2975c3b Merge #530 by keith: Delete unused variables and arguments by Keith Smiley · 7 weeks ago
  56. d8e5a38 Delete android_sandboxed_sdk. by Tim Peut · 8 weeks ago
  57. f143859 Automated Code Change by Tobias Werth · 8 weeks ago
  58. cad4f9c Internal change by Tim Peut · 8 weeks ago
  59. 5b8fe3d Clamp minSdkVersion before used in monolithic dexing by Tim Peut · 8 weeks ago
  60. ac6c425 Populate r8.json into AABs when using R8. by A Googler · 9 weeks ago
  61. 0d3d365 Create separate DEX_DESUGAR minSdk constant for use by dexing and desugaring actions. by A Googler · 9 weeks ago
  62. 4c8a12f Add `baseline_profiles_override` to ignore other baseline profiles by A Googler · 9 weeks ago
  63. 149dcaf Automated rollback of commit e969130525e34fbc5a6b5ff6ed65b934298b449a. by Tim Peut · 9 weeks ago
  64. 2cd03fa Add DesugarDexShardingActionTest to OSS by Ted Xie · 10 weeks ago
  65. 0b10fbb Fix DexLimitTrackerTest: add missing deps, fix runfiles lookup, add missing test data. by Alex Humesky · 10 weeks ago
  66. e99b0e8 Include DexLimitTrackerTest in dexer tests build file. by Alex Humesky · 10 weeks ago
  67. 499dfe6 Internal change by Tim Peut · 10 weeks ago
  68. 79e42dd Don't use .par for merge_feature_manifests by Ted Xie · 10 weeks ago
  69. 221fe3e Optimize DexFileSplitter by improving memory locality. by A Googler · 10 weeks ago
  70. e66de5b Internal change by A Googler · 2 months ago
  71. 55265b7 Move JNI tests out of OSS. by Tim Peut · 2 months ago
  72. afb95a9 Automated rollback of commit c947df383defd11ddac4b0c0960fb29f4d04a82c. by Tim Peut · 2 months ago
  73. a6eebf0 Implement transitive JNI library path resolution in android_local_test. by Tim Peut · 2 months ago
  74. 72b97ce Merge #518 by 06393993: android_feature_module: use package_relative_label to resolve target … by 06393993 · 2 months ago
  75. ef924c8 Delete --experimental_persistent_aar_extractor. by A Googler · 2 months ago
  76. 4d46606 Enable path mapping for AndroidIdlJars. by A Googler · 2 months ago
  77. 4b5a837 Merge #514 by 06393993: android toolchain: add the missing xmllint tool by 06393993 · 2 months ago
  78. 9594014 Merge "android toolchain: add the missing xmllint tool" into main by Tim Peut · 2 months ago
  79. f601232 Skip resource validation if neither the manifest or compiled resources define any resource dependencies. by Adrian Boziloff · 2 months ago
  80. 4000676 android toolchain: add the missing xmllint tool by Kaiyi Li · 2 months ago
  81. c947df3 Delete use of deprecated fused attr from android_application by Ted Xie · 2 months ago
  82. 7ec262c Merge #522 by mgalindo-sc: Do not percent-encode '+' in classpath-jar manifest Class-Path entries by mgalindo-sc · 2 months ago
  83. 977c730 Add has_proguard_specs field to AndroidIdeInfo provider by Andrew Sinclair · 2 months ago
  84. e969130 First step towards the migration of --desugar_java8_libs to starlark. This cl is NOOP. by A Googler · 3 months ago
  85. 8d32493 Add profiler record for `aapt2 convert` by A Googler · 3 months ago
  86. 6398e94 Add profiler record for `aapt2 convert` by Michael Hoisie · 3 months ago
  87. 7f14a0a Remove legacy multidex options from DexFileSplitter. by A Googler · 3 months ago
  88. 7bc32fe Merge #523 by ted-xie: Add `@bazel_features` by Ted · 3 months ago
  89. 3400569 Optimize DexLimitTracker with thread-local interning. by A Googler · 3 months ago
  90. ad1494d Remove AndroidIdeInfo init function by Andrew Sinclair · 3 months ago
  91. d5d8a1a Optimize DexFileSplitter by migrating to a concurrent, bounded pipeline (producer-consumer) model. by A Googler · 3 months ago
  92. df19b39 Automated rollback of commit 8ec17fddab0bf586545570f471d4e6b61b5ee807. by A Googler · 3 months ago
  93. 0f4a679 Use prebuilt protoc for internal presubmit by Ted Xie · 3 months ago
  94. 8ec17fd Optimize DexFileSplitter by switching to O(N) collections and removing legacy options. by A Googler · 3 months ago
  95. dbd040a Merge #509 by IndiTheo: Bumped R8 version by IndiTheo · 3 months ago v0.7.3
  96. 351d86c Prepare for v0.7.3 by Ted Xie · 3 months ago
  97. 9844164 Merge #517 by 06393993: android_application: add executable bits for some shell scripts by 06393993 · 3 months ago
  98. f1a7d5d Add a TODO referencing b/519583193 by Liam Miller-Cushon · 3 months ago
  99. 99be45d Internal change by A Googler · 3 months ago
  100. 80722e6 Merge #513 by ted-xie: Stop using protobuf from maven by Ted · 3 months ago