Skip to content

Commit 6b60537

Browse files
oprypincopybara-github
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 721860766 Change-Id: If1dcc6bbac7cee02f09b515f0f792f694ee403e2
1 parent 8e63bd4 commit 6b60537

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • rules/android_application

rules/android_application/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,19 @@ filegroup(
2121
bzl_library(
2222
name = "bzl",
2323
srcs = glob(["*.bzl"]),
24+
visibility = ["//rules:__pkg__"],
2425
deps = [
2526
"//rules:android_platforms_transition_bzl",
2627
"//rules:common_bzl",
2728
"//rules/android_sandboxed_sdk:bzl",
2829
"//rules/flags:bzl",
2930
"@rules_java//java/common",
3031
],
31-
visibility = ["//rules:__pkg__"],
3232
)
3333

3434
py_binary(
3535
name = "merge_feature_manifests",
3636
srcs = ["merge_feature_manifests.py"],
37-
python_version = "PY3",
3837
visibility = ["//visibility:public"],
3938
deps = [
4039
"@py_absl//absl:app",

0 commit comments

Comments
 (0)