- 8c7bedf Delete miscellaneous unused tools from bazel/tools/android. Most of these have been moved to rules_android. by Googler · 6 months ago
- 093975c Delete resource_extractor.py. by Googler · 6 months ago
- ef1a21f Remove Android tools from `@bazel_tools` and various Android dependencies. by Googler · 6 months ago
- 98057be Add `loads()` for the builtin java rules by Googler · 6 months ago
- 337f597 BEGIN_PUBLIC by Googler · 6 months ago
- 32264b0 Delete native Android providers, resource processing pipeline, android_data, and related tests. by Googler · 6 months ago
- 2dc4abe Delete native android_sdk. by Googler · 6 months ago
- 310e093 Remove the native version of `android_tools_defaults_jar`. by Googler · 7 months ago
- f5db726 Remove unused android.WORKSPACE file. by Googler · 7 months ago
- 32e0a21 Delete native mobile-install by Googler · 8 months ago
- 93857c1 BEGIN_PUBLIC Move aar_import helper tools to rules_android by Ted · 10 months ago
- dd2464a BEGIN_PUBLIC by Googler · 11 months ago
- 8a63b79 Mark bazel_tools extensions as reproducible by Fabian Meumertzheim · 11 months ago
- c18b687 Revert `android_sdk_repository` to using `local_config_platform` by Googler · 12 months ago
- e8d40eb Exclude auto deps metadata files from final apk by Googler · 12 months ago
- 20c49b4 LSC(tp): Add `load()` statements for the builtin top-level java symbols by Googler · 12 months ago
- e76703d Update android_tools to 0.31.0 by Googler · 12 months ago
- 74c8ca4 Use the `host_platform` from `@platforms` in Bazel by Googler · 1 year ago
- b512aa8 BEGIN_PUBLIC by Googler · 1 year, 1 month ago
- 8024a75 Update R8 dependency to 8.3.37 by Sren Gjesse · 1 year, 1 month ago
- 0ed55c6 add "sdk" target in android_external by Googler · 1 year, 1 month ago
- 7f749e9 Create a repo rule & module_extension for android sdk proxy by Googler · 1 year, 1 month ago
- 44433dd Remove switch between d8 and dx by Googler · 1 year, 1 month ago
- de778a8 Automatic code cleanup. by Googler · 1 year, 1 month ago
- 44dd1c9 Update R8 to 8.2.42 by Ben Lee · 1 year, 2 months ago
- 7ef8493 Update R8 to 8.2.33 by Ben Lee · 1 year, 4 months ago
- 9bbc2cb Fixes to enable Android Platforms with android_local_test. by Googler · 1 year, 5 months ago
- e8700e3 Add toolchain param to run_singlejar rule by Googler · 1 year, 6 months ago
- 659d7b2 Update android_tools to 0.30.0 by Ted Xie · 1 year, 6 months ago
- 1f12a4d Ensure Bazel Android tools use the proper configuration transition. by Googler · 1 year, 6 months ago
- 85855fc Short-circuit bazel intrinsic Android library desugaring by Googler · 1 year, 6 months ago
- 9be1e9b Make sure the default Android SDK API is the first registered SDK by John Cater · 1 year, 6 months ago
- 7c1b139 Add codepaths for D8 core library desugaring by Ted Xie · 1 year, 7 months ago
- f603d16 Update android_tools for Bzlmod by Googler · 1 year, 7 months ago
- 74bc046 support persistent worker for aar extractors by Googler · 1 year, 8 months ago
- dcc5b4d Upgrade R8 from 8.0.40 to 8.1.56 by Benjamin Lee · 1 year, 8 months ago
- 773b50f Add dexdump to android_sdk_repository. by Googler · 1 year, 8 months ago
- d0620d1 Fix some python lint violations in aar-related tools by Googler · 1 year, 8 months ago
- f4fcb42 Remove an alias from Android's BUILD.tools by Ted Xie · 1 year, 9 months ago
- 42d2f3e Explicitly specify that instrumentation_test_check should be run with Python 3. by Googler · 1 year, 11 months ago
- f482fae BEGIN_PUBLIC Add java toolchain type to all rules which are using java_common by Googler · 1 year, 11 months ago
- c1f9224 Add a Starlark flag that allows disabling proguard. This will be useful for testing later. by Googler · 2 years ago
- 3eb7a22 Format android_sdk_repository_template.bzl. by Googler · 2 years ago
- 765c0eb Fix worker and multiplex workers for DexBuilder and Desugar actions by Benjamin Lee · 2 years ago
- c89ca0d Update D8/R8 dependency in bazel to 8.0.40 by Googler · 2 years ago
- 44219d6 Update D8/R8 dependency in bazel to 8.0.34 by Googler · 2 years, 1 month ago
- 8fab22e Include build-tools/X.Y.Z/{lib,lib64}/** in the minimal set of SDK files used by the Android integration tests. by Googler · 2 years, 1 month ago
- 78729c0 Use real rules_python by Ivo List · 2 years, 1 month ago
- 409b762 Change case of DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER by Nick Korostelev · 2 years, 2 months ago
- 59c5a0f Update R8 3.3.28 -> 4.0.48 by Benjamin Lee · 2 years, 2 months ago
- 773cfba Use remap_paths to android_tools by Benjamin Lee · 2 years, 3 months ago
- e7d50fc Adds a bzlmod extension for remote android_tools by Ted Xie · 2 years, 5 months ago
- e899d853 Flip package_group incompatible flags by Googler · 2 years, 6 months ago
- 1bae565 Fix typos in examples, scripts and tools. by Xiangquan Xiao · 2 years, 6 months ago
- 6c78ed8 Make AndroidTests pass with incompatible_disallow_empty_glob by Xavier Bonaventura · 2 years, 6 months ago
- 65de628 Stop compressing the android tools tar repo. by Googler · 2 years, 7 months ago
- f65a0d6 Remove some __future__ declarations that I missed in a previous clean up. by Googler · 2 years, 7 months ago
- eecb344 Update android/incremental_install to python3. by Tony Aiuto · 2 years, 7 months ago
- 56195ef Stop using six for python2 backwards compatibility in (most of) the embedded android tools. by Googler · 2 years, 8 months ago
- fa437d4 Update Bazel Android tools versioning checks to allow Bazel prerelease versions. by Googler · 2 years, 8 months ago
- 17243d1 Migrate main_dex_list_creator to D8 by Googler · 2 years, 8 months ago
- ff311f6 Bazel uses D8 as the default desugarer by Googler · 2 years, 8 months ago
- 591ecbe Migrate legacy desugar wrapper to new rlocation() by Ted Xie · 2 years, 8 months ago
- 6bbef00 BEGIN_PUBLIC Move enforce_min_sdk_floor tool. END_PUBLIC by Joseph Park · 2 years, 9 months ago
- ce55639 Fix multidex with D8 in Bazel by setting by Googler · 2 years, 9 months ago
- 7d6809a Reimplement enforce_min_sdk_floor with built-in library and add to BUILD files by Joseph Park · 2 years, 9 months ago
- a9bc821 Create enforce_min_sdk_floor. by Joseph Park · 2 years, 9 months ago
- e0f4f15 Support desugaring with D8 as non-default desugarer by Googler · 2 years, 10 months ago
- ae24714 Re-attempt to use the D8 jar from maven.google.com. Update to the latest version of D8, 3.3.28. by tedx · 3 years ago
- a603c23 Automated rollback of commit b93f828133e74cb3589ba7ffcfe74d2fe72430cd. by tedx · 3 years ago
- 88d4b3f Automatic code cleanup. by yileiyang · 3 years ago
- b93f828 Switch to using the d8 jar from maven.google.com instead of the jar from the by Googler · 3 years ago
- dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
- 66d07f0 Change the default dexer to d8 by Googler · 3 years, 1 month ago
- bd7a6b9 Automatic code cleanup. by Googler · 3 years, 1 month ago
- d9fffba Fix zipalign runner to use LD_LIBRARY_PATH. It sometimes can't find its shared libraries. by ahumesky · 3 years, 2 months ago
- 6c91482 Collect mapping file from shrinking desugared library by sgjesse · 3 years, 3 months ago
- be86db6 Fix dex_list_obsfuscator argument parsing to match expected & observed usage. by Googler · 3 years, 5 months ago
- 14f0bd3 Automatic code cleanup. by Googler · 3 years, 5 months ago
- ceb498f Fix d8_dexbuilder/d8_dexmerger/r8 dependencies in bazel_tools: by Googler · 3 years, 8 months ago
- 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
- c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 10 months ago
- 77b3f54 Remove obsolete scripts. by ahumesky · 4 years ago
- 48eee8b [Bazel] Fix mobile-install for python2 by ThomasCJY · 4 years ago
- 04632e5 Embed version information into android_tools.tar.gz by ahumesky · 4 years ago
- 87ead25 Rules that depend on current_java_toolchain need JavaToolchainInfo. by jcater · 4 years, 1 month ago
- 586de95 Update Android remote tools to ensure Bazel uses the latest Android tooling that has been updated to support AndroidX databinding generation. by ahumesky · 4 years, 1 month ago
- c8c0d94 Export proguard specs from aar_import by bromano · 4 years, 1 month ago
- 37ea3d5 Make MockPlatformSupport more flexible, and clean up uses of @bazel_tools//platforms in tests. by jcater · 4 years, 1 month ago
- 5a8a924 Automated rollback of changelist 260074256. by aiuto · 4 years, 2 months ago
- db3757b Add Android Starlark migration tag to native call of android_sdk() in android_sdk_repository_template.bzl. by ahumesky · 4 years, 2 months ago
- 85ab374 Fix AarResourcesExtractor action to produce consistent zips by Nick Korostelev · 4 years, 4 months ago
- 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
- 028e02c Remove jarjar distribution. by Ivo List · 4 years, 4 months ago
- df2c02a Retrieve singlejar from java_toolchain instead of using remote_java_tools. by Ivo List · 4 years, 5 months ago
- 1049fe8 [Bazel] Improve Mobile-Install Incremental Manifest Generating by applying multi-thread by ThomasCJY · 4 years, 5 months ago
- cfb5b41 Retrieve ijar from java_toolchain instead of using remote_java_tools. by Ivo List · 4 years, 5 months ago
- 080547f Automated rollback of commit 6d448136d13ddab92da8bb29ea6e8387821369d9. by juliexxia · 4 years, 6 months ago
- 6d44813 Automated rollback of commit 3e79b0dbd93deeb3a2d970371f1b72845613ac06. by juliexxia · 4 years, 7 months ago
- 3e79b0d Add BazelSdkToolchainRule and GoogleSdkToolchainRule as ancestors to rules that currently access the AndroidSdkProvider from the :android_sdk attr. by juliexxia · 4 years, 7 months ago