diff options
author | 2017-10-11 08:18:17 +0000 | |
---|---|---|
committer | 2017-10-11 08:18:17 +0000 | |
commit | 432a2d4033cd3e78dc4f1b63295e281bbb4f89b4 (patch) | |
tree | 2c944793493cf101fb631a741d706de9ef2fbeaf /java/java_test.go | |
parent | 7228a62297be8bd70f843ea0ba870bf41bdfc1ae (diff) | |
parent | 6ccbc913e4f905c1d7ce70f78e098ecc5cd253c0 (diff) |
Merge "Let tests override environment"
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)) |