Merge "Switch rust test install base to /data/local/tmp for consistency with cc" into main

This commit is contained in:
Nikita Putikhin
2024-07-17 11:34:28 +00:00
committed by Gerrit Code Review

View File

@@ -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"
}