Skip to content

Commit

Permalink
Add visibility to //src/tools/android/java/com/google/devtools/build/…
Browse files Browse the repository at this point in the history
…android/dexer:srcs

Fix #1864

--
MOS_MIGRATED_REVID=134762013
  • Loading branch information
meteorcloudy committed Sep 30, 2016
1 parent c380dc4 commit c470ae7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//src/tools/android/java/com/google/devtools/build/android:__pkg__"],
)

filegroup(
Expand Down

0 comments on commit c470ae7

Please sign in to comment.