Skip to content

Commit

Permalink
no hardcoded android sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
li-feng-sc committed Feb 16, 2024
1 parent c7b0a39 commit 729aceb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bzl/android_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def _android_autoconf_impl(repository_ctx):
native.android_sdk_repository(
name="androidsdk",
path="{}",
api_level=30,
build_tools_version="30.0.2",
)
""".format(sdk_home)

Expand Down

0 comments on commit 729aceb

Please sign in to comment.