Skip to content

Commit

Permalink
Remove empty target
Browse files Browse the repository at this point in the history
This target does not glob anything and can be removed

Closes bazelbuild#16535.

PiperOrigin-RevId: 483501106
Change-Id: I3b146c01c4f90411ea4f4cfea4c57d5423150c34
  • Loading branch information
limdor authored and copybara-github committed Oct 24, 2022
1 parent f6630e7 commit 1a38552
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/test/java/com/google/devtools/build/android/r8/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ java_test(
data = [
":arithmetic",
":barray",
":dexmergersample",
":naming001",
":twosimpleclasses",
],
Expand Down Expand Up @@ -104,13 +103,3 @@ java_library(
"-target 8",
],
)

java_library(
name = "dexmergersample",
srcs = glob(["testdata/dexmergersample/*.java"]),
# Must be compiled as java8, otherwise CompatDx complains about invoke-customs
javacopts = [
"-source 8",
"-target 8",
],
)

0 comments on commit 1a38552

Please sign in to comment.