diff options
-rw-r--r-- | rust/test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/test.go b/rust/test.go index 3087d8d94..b7ddd06a3 100644 --- a/rust/test.go +++ b/rust/test.go @@ -116,7 +116,8 @@ func (test *testDecorator) compilerProps() []interface{} { } func (test *testDecorator) install(ctx ModuleContext) { - testInstallBase := "/data/local/tests/unrestricted" + // TODO: (b/167308193) Switch to /data/local/tests/unrestricted as the default install base. + testInstallBase := "/data/local/tmp" if ctx.RustModule().InVendorOrProduct() { testInstallBase = "/data/local/tests/vendor" } |