Merge "update build rules to use /data/local/tests/unrestricted" am: 7b32612dc4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1826231 Change-Id: I96945a717032ade148ac6b70ba5a8b02730d43a5
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user