summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-10-22 20:40:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-22 20:40:25 +0000
commita9e9f539e8f07e92e737fd9516a8e8e2da4aa8a4 (patch)
tree280cf3f5f7e3c1fa0e984a2d4565eeeb39dce7c4 /java/java_test.go
parent25ebc502672abbbe2df0b6efbbc42b5d3983cc69 (diff)
parent65cb40a975fb53187cfc5d9edea905b1f7630ab2 (diff)
Merge "Add new properties to aid in removing the 1-variant fallback" into main
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 51cfdabb0..54eb3e14e 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -1173,7 +1173,7 @@ func TestJavaLibraryOutputFiles(t *testing.T) {
filegroup {
name: "core-jar",
- srcs: [":core{.jar}"],
+ device_common_srcs: [":core{.jar}"],
}
`),
})
@@ -1189,7 +1189,7 @@ func TestJavaImportOutputFiles(t *testing.T) {
filegroup {
name: "core-jar",
- srcs: [":core{.jar}"],
+ device_common_srcs: [":core{.jar}"],
}
`),
})