diff options
author | 2024-10-22 20:40:25 +0000 | |
---|---|---|
committer | 2024-10-22 20:40:25 +0000 | |
commit | a9e9f539e8f07e92e737fd9516a8e8e2da4aa8a4 (patch) | |
tree | 280cf3f5f7e3c1fa0e984a2d4565eeeb39dce7c4 /java/java_test.go | |
parent | 25ebc502672abbbe2df0b6efbbc42b5d3983cc69 (diff) | |
parent | 65cb40a975fb53187cfc5d9edea905b1f7630ab2 (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.go | 4 |
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}"], } `), }) |