We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6630e7 commit 1a38552Copy full SHA for 1a38552
src/test/java/com/google/devtools/build/android/r8/BUILD
@@ -50,7 +50,6 @@ java_test(
50
data = [
51
":arithmetic",
52
":barray",
53
- ":dexmergersample",
54
":naming001",
55
":twosimpleclasses",
56
],
@@ -104,13 +103,3 @@ java_library(
104
103
"-target 8",
105
106
)
107
-
108
-java_library(
109
- name = "dexmergersample",
110
- srcs = glob(["testdata/dexmergersample/*.java"]),
111
- # Must be compiled as java8, otherwise CompatDx complains about invoke-customs
112
- javacopts = [
113
- "-source 8",
114
- "-target 8",
115
- ],
116
-)
0 commit comments