Merge "Revert "update build rules to use /data/local/tests/unrestricted""

This commit is contained in:
Treehugger Robot
2021-09-22 06:33:44 +00:00
committed by Gerrit Code Review

View File

@@ -357,7 +357,8 @@ func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
}
func (test *testBinary) install(ctx ModuleContext, file android.Path) {
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.inVendor() || ctx.useVndk() {
testInstallBase = "/data/local/tests/vendor"
}