Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
HEAD
4d46606
Enable path mapping for AndroidIdlJars.
by A Googler
· 5 hours ago
upstream/main
4b5a837
Merge #514 by 06393993: android toolchain: add the missing xmllint tool
by 06393993
· 7 hours ago
9594014
Merge "android toolchain: add the missing xmllint tool" into main
by Tim Peut
· 8 hours ago
f601232
Skip resource validation if neither the manifest or compiled resources define any resource dependencies.
by Adrian Boziloff
· 8 hours ago
4000676
android toolchain: add the missing xmllint tool
by Kaiyi Li
· 8 hours ago
c947df3
Delete use of deprecated fused attr from android_application
by Ted Xie
· 9 hours ago
7ec262c
Merge #522 by mgalindo-sc: Do not percent-encode '+' in classpath-jar manifest Class-Path entries
by mgalindo-sc
· 10 hours ago
977c730
Add has_proguard_specs field to AndroidIdeInfo provider
by Andrew Sinclair
· 30 hours ago
e969130
First step towards the migration of --desugar_java8_libs to starlark. This cl is NOOP.
by A Googler
· 4 days ago
8d32493
Add profiler record for `aapt2 convert`
by A Googler
· 5 days ago
6398e94
Add profiler record for `aapt2 convert`
by Michael Hoisie
· 5 days ago
7f14a0a
Remove legacy multidex options from DexFileSplitter.
by A Googler
· 5 days ago
7bc32fe
Merge #523 by ted-xie: Add `@bazel_features`
by Ted
· 5 days ago
3400569
Optimize DexLimitTracker with thread-local interning.
by A Googler
· 5 days ago
ad1494d
Remove AndroidIdeInfo init function
by Andrew Sinclair
· 6 days ago
d5d8a1a
Optimize DexFileSplitter by migrating to a concurrent, bounded pipeline (producer-consumer) model.
by A Googler
· 6 days ago
df19b39
Automated rollback of commit 8ec17fddab0bf586545570f471d4e6b61b5ee807.
by A Googler
· 7 days ago
0f4a679
Use prebuilt protoc for internal presubmit
by Ted Xie
· 8 days ago
8ec17fd
Optimize DexFileSplitter by switching to O(N) collections and removing legacy options.
by A Googler
· 8 days ago
dbd040a
Merge #509 by IndiTheo: Bumped R8 version
by IndiTheo
· 9 days ago
v0.7.3
351d86c
Prepare for v0.7.3
by Ted Xie
· 11 days ago
9844164
Merge #517 by 06393993: android_application: add executable bits for some shell scripts
by 06393993
· 12 days ago
f1a7d5d
Add a TODO referencing b/519583193
by Liam Miller-Cushon
· 12 days ago
99be45d
Internal change
by A Googler
· 2 weeks ago
80722e6
Merge #513 by ted-xie: Stop using protobuf from maven
by Ted
· 2 weeks ago
6ebe3cf
Document "feature_flags" argument.
by Adrian Boziloff
· 2 weeks ago
24a8926
Disable duplicate asset checks for Robolectric tests
by Adrian Boziloff
· 2 weeks ago
2ebe6b4
Internal change
by Tim Peut
· 3 weeks ago
6fdd21a
Allow customizing zipalign alignment in mobile-install.
by A Googler
· 4 weeks ago
dacec7b
Merge #499 by mauriciogg: Use `short_path` instead of `path` to create filename
by Mauricio G
· 4 weeks ago
71ea32a
Automated Internal Change
by A Googler
· 5 weeks ago
69e5fcb
Update Docker container configurations and build scripts for compatibility with new build instance environments
by A Googler
· 5 weeks ago
f126f48
Merge #494 by kisabaka: Correctly reference binaries on Windows
by D K
· 5 weeks ago
8e6bac9
Fix ResourceLinkerTest on Mac
by Michael Hoisie
· 5 weeks ago
b11d76f
Remove legacy process_starlark method, put this functionality directly in process.
by Tim Peut
· 6 weeks ago
c28bf8a
Fix default value of crunch_png.
by Tim Peut
· 6 weeks ago
6d6e7b3
Disable C2 tiered compilation for additional resource actions.
by Tim Peut
· 6 weeks ago
3e957c8
Reduce the amount of zip file filtering in ResourceLinker
by Michael Hoisie
· 6 weeks ago
b4cb7ed
Replace `-Xverify:none` with `-XX:-BytecodeVerificationLocal -XX:-BytecodeVerificationRemote`
by Liam Miller-Cushon
· 6 weeks ago
fcda5cc
Pass --no-crunch to `aapt2 compile` for android_local_test targets
by Michael Hoisie
· 6 weeks ago
10fda52
Add mobile-install aspect build to presubmit
by Ted Xie
· 7 weeks ago
b6c96be
Merge #490 by GisoBartels: mobile-install: pre-merge jar resources with singlejar
by Giso Bartels
· 7 weeks ago
8035459
Mark --useAaptCruncher as deprecated
by Michael Hoisie
· 7 weeks ago
3443585
Optimize DexLimitTracker by using Guava weak interner
by A Googler
· 7 weeks ago
a90e1a2
Correctly propagate native libs in aar_import.
by Tim Peut
· 8 weeks ago
5cbd7ca
Do not pass busybox to tools.
by Tim Peut
· 8 weeks ago
5075e12
Add support for --enable-sparse-encoding
by Tim Peut
· 8 weeks ago
74bedd2
Internal change
by Liam Miller-Cushon
· 8 weeks ago
88fea8e
Merge #483 by Bencodes: Fix R8 not processing META-INF/services
by Ben Lee
· 8 weeks ago
v0.7.2
fc11fbd
Use C1 JIT for three Android Build actions
by Michael Hoisie
· 8 weeks ago
a829baa
Internal change
by Tim Peut
· 9 weeks ago
ace9a27
Internal change.
by Tim Peut
· 9 weeks ago
c663e55
Create and wire up new configuration option for bytecode transformer.
by Tim Peut
· 9 weeks ago
ff5c215
Internal change
by Tim Peut
· 9 weeks ago
2c8568f
Internal change
by Tim Peut
· 9 weeks ago
8f67bfe
Create Starlark flags defs for desugar_for_android
by A Googler
· 9 weeks ago
189e943
Internal change
by A Googler
· 9 weeks ago
e0db9cf
Merge #471 by Bencodes: Fix R8 --desugar_java8_libs support
by Ben Lee
· 10 weeks ago
21b08f7
Prepare for 0.7.2
by Ted Xie
· 10 weeks ago
7b83dc3
Merge #479 by ted-xie: Fix dexer test
by Ted
· 10 weeks ago
9f7bf9c
_zip_file() uses singlejar
by Ted Xie
· 10 weeks ago
9e108df
Deduplicate ResourceLinker asset directories
by Michael Hoisie
· 10 weeks ago
00fdecb
Merge #473 by larryxiao625: feat(android_sdk_repository): support string-based platform API level
by larryxiao
· 10 weeks ago
0f355ac
Merge #475 by oliviernotteghem: Fix non-deterministic properties.jar causing (remote) cache misses fo…
by arteghem
· 2 months ago
ed67c19
Add some additional tests for DexFileSplitter
by A Googler
· 3 months ago
110aa48
Enable DexFileSplitter to take advantage of running on multiple cores
by A Googler
· 3 months ago
c4c120e
Use deploy jar for the robolectric runtime classpath.
by Tim Peut
· 3 months ago
abe7b35
Create starlark flags for incremental_dexing_after_proguard
by A Googler
· 3 months ago
5b325b2
Pipe aapt2 feature flags to mobile-install manifest compilation.
by Tim Peut
· 3 months ago
8423ab5
Merge #460 by snazhmudinov: Extract embedded proguard specs from JARs and AARs during R8
by Sheroz Nazhmudinov
· 3 months ago
b01a9c6
Move forbidden + supported dexopts into bzl.
by Tim Peut
· 3 months ago
362d5c7
Internal change
by Liam Miller-Cushon
· 3 months ago
2ea4e75
Modernize, refactor, and fix DexFileSplitterTest tests.
by A Googler
· 3 months ago
615c0e2
Avoid recompiling regex pattern for each function call.
by A Googler
· 3 months ago
2bd55f4
Create starlark flags definitions
by A Googler
· 3 months ago
f3dd095
Automated Code Change
by Liam Miller-Cushon
· 3 months ago
00ac092
Merge #469 by ted-xie: Only consider directory contents in SDK subdirs
by Ted
· 3 months ago
658f7a6
Merge #454 by hofbi: Export platform-tools/adb for incompatible_no_implicit_file_export
by Markus Hofbauer
· 3 months ago
693d8d2
Remove the unused exemption list for multi proto flavor validation.
by A Googler
· 3 months ago
305cf2f
Force incremental_dexing_after_proguard_by_default to True so we can delete the flag in a follow up cl
by A Googler
· 3 months ago
c7d89cf
Delete references to use_incremental_dexing and check_desugar_deps.
by Tim Peut
· 3 months ago
5f8cd57
Pass zipalign native library alignment argument as a string instead of an integer.
by A Googler
· 3 months ago
66f9a44
Allow customizing zipalign alignment in android_binary rules.
by A Googler
· 3 months ago
29a0e0e
Remove legacy Android local test multi proto exemption capability as it is no longer used.
by A Googler
· 3 months ago
7ddcfc7
No longer check value of assume_min_sdk_version
by Tim Peut
· 4 months ago
2cae3aa
Force dynamic_mode to off in the android_split_transition.
by A Googler
· 4 months ago
a1d72ab
Add mirror for googlesource tarballs
by Ted Xie
· 4 months ago
a4f7028
Preserve APK alignment during signing.
by A Googler
· 4 months ago
ab8047f
Remove logic for handling legacy multidex.
by A Googler
· 4 months ago
04fafaa
Properly handle toolchain deps for java_lite_proto_library
by Tim Peut
· 4 months ago
c824b39
Automated Code Change
by Tobias Werth
· 4 months ago
8936d9e
Automated Code Change
by Liam Miller-Cushon
· 4 months ago
cbcf83c
Stop exposing the native `--stamp` flag to all Android rules.
by A Googler
· 4 months ago
dd245bd
Add support for creating D8 compiler input dumps in bazel
by A Googler
· 4 months ago
ca4a312
Include target label in optimization action progress message.
by Tim Peut
· 4 months ago
341f15e
Compatibility shim for java_common.add_constraints()
by Ted Xie
· 4 months ago
b8ab40f
Forward exec_properties attribute in android_application macro.
by A Googler
· 4 months ago
3bf8bae
Merge #453 by ted-xie: Upgrade bazel-worker-api to v0.0.10
by Ted
· 4 months ago
8970c06
Automated rollback of commit d8336b109a8dfdf108f9b0af01ef7d20a68dfaff.
by Samuel Freilich
· 5 months ago
0bd777f
Declare that android_local_test provides JavaInfo
by Samuel Freilich
· 5 months ago
Next »