Skip to content

Commit

Permalink
Remove srcs_version and python_version attributes, as they alread…
Browse files Browse the repository at this point in the history
…y default to `"PY3"`

PiperOrigin-RevId: 721860766
Change-Id: If1dcc6bbac7cee02f09b515f0f792f694ee403e2
  • Loading branch information
oprypin authored and copybara-github committed Jan 31, 2025
1 parent 8e63bd4 commit 6b60537
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/android_application/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,19 @@ filegroup(
bzl_library(
name = "bzl",
srcs = glob(["*.bzl"]),
visibility = ["//rules:__pkg__"],
deps = [
"//rules:android_platforms_transition_bzl",
"//rules:common_bzl",
"//rules/android_sandboxed_sdk:bzl",
"//rules/flags:bzl",
"@rules_java//java/common",
],
visibility = ["//rules:__pkg__"],
)

py_binary(
name = "merge_feature_manifests",
srcs = ["merge_feature_manifests.py"],
python_version = "PY3",
visibility = ["//visibility:public"],
deps = [
"@py_absl//absl:app",
Expand Down

0 comments on commit 6b60537

Please sign in to comment.