aboutsummaryrefslogtreecommitdiffstats
path: root/python/python_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/python_test.go')
-rw-r--r--python/python_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python_test.go b/python/python_test.go
index 87373026..176c6eca 100644
--- a/python/python_test.go
+++ b/python/python_test.go
@@ -450,7 +450,7 @@ func setupBuildEnv(t *testing.T) (config android.Config, buildDir string) {
t.Fatal(err)
}
- config = android.TestConfig(buildDir)
+ config = android.TestConfig(buildDir, nil)
return
}