Merge "update build rules to use /data/local/tests/unrestricted" am: 7b32612dc4 am: da4d36227f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1826231

Change-Id: I7f69d11f6ca9ef9aa6ae4c4b1fe4d98e1d77b528
This commit is contained in:
Guang Zhu
2021-09-15 00:35:01 +00:00
committed by Automerger Merge Worker

View File

@@ -357,8 +357,7 @@ func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
}
func (test *testBinary) install(ctx ModuleContext, file android.Path) {
// TODO: (b/167308193) Switch to /data/local/tests/unrestricted as the default install base.
testInstallBase := "/data/local/tmp"
testInstallBase := "/data/local/tests/unrestricted"
if ctx.inVendor() || ctx.useVndk() {
testInstallBase = "/data/local/tests/vendor"
}