diff options
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go index 40343408d..a86973dd0 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -52,7 +52,7 @@ func TestMain(m *testing.M) { } func testJava(t *testing.T, bp string) *android.TestContext { - config := android.TestArchConfig(buildDir) + config := android.TestArchConfig(buildDir, nil) ctx := android.NewTestArchContext() ctx.RegisterModuleType("android_app", android.ModuleFactoryAdaptor(AndroidAppFactory)) |