Skip to content

Commit

Permalink
Expand visibility of DexFileSplitter
Browse files Browse the repository at this point in the history
Necessary to remove references to `@bazel_tools//tools/android`, which is necessary to remove bind()s from Starlark android_sdk_repository.

PiperOrigin-RevId: 633693304
Change-Id: Ib49fd219847e63135a4b3e771bf67013e12830b4
  • Loading branch information
ted-xie authored and bazel-io committed May 16, 2024
1 parent d98b02e commit fd7f4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ java_binary(
deps = [
"//src/tools/android/java/com/google/devtools/build/android:all_android_tools",
],
visibility = ["//tools/android:__subpackages__"],
visibility = ["//visibility:public"],
)

0 comments on commit fd7f4b6

Please sign in to comment.