aboutsummaryrefslogtreecommitdiffstats
path: root/java/java_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go
index d73ae0bd..6d9445b6 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -69,7 +69,7 @@ func testJava(t *testing.T, bp string) *android.TestContext {
bp += fmt.Sprintf(`
java_library {
name: "%s",
- no_standard_libraries: true,
+ no_standard_libs: true,
}
`, extra)
}