Merge "Revert "update build rules to use /data/local/tests/unrestricted"" am: 512ec3f4fe
am: dfcb3ff691
am: bd515c314c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1832958 Change-Id: I323d113ba0b4e1aab2058561fc81f80f580f409c
This commit is contained in:
@@ -357,7 +357,8 @@ func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (test *testBinary) install(ctx ModuleContext, file android.Path) {
|
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() {
|
if ctx.inVendor() || ctx.useVndk() {
|
||||||
testInstallBase = "/data/local/tests/vendor"
|
testInstallBase = "/data/local/tests/vendor"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user