Skip to content

Commit 14081ce

Browse files
A Googlercopybara-github
authored andcommitted
Update build tools to 35.
This also happens to be the SDK that has page size compatability for zipalign, so this simplifies other changes. However, since the SDK requirement for Kokoro has already been updated, this is all that Bazel needs to support. PiperOrigin-RevId: 826258328 Change-Id: I33b21af86a37fb96a2f8b433948bddcdfcc59032
1 parent 4157bc6 commit 14081ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/android_sdk_repository/rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _DIRS_TO_LINK = [
3939
_SYSTEM_IMAGES_DIR,
4040
] + _LOCAL_MAVEN_REPOS
4141

42-
_MIN_BUILD_TOOLS_VERSION = parse_android_revision("30.0.0")
42+
_MIN_BUILD_TOOLS_VERSION = parse_android_revision("35.0.0")
4343

4444
def _read_api_levels(repo_ctx, android_sdk_path):
4545
platforms_dir = "%s/%s" % (android_sdk_path, _PLATFORMS_DIR)

0 commit comments

Comments
 (0)