Merge "update build rules to use /data/local/tests/unrestricted" am: 7b32612dc4
am: da4d36227f
am: 736654b861
am: a83dc7d462
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1826231 Change-Id: Ic0a0191dab37d2ac6e0adfbdddb2ed0c46265bff
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