diff options
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}"], } `), }) |