Loading cc/test.go +1 −2 Original line number Diff line number Diff line Loading @@ -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" } Loading Loading
cc/test.go +1 −2 Original line number Diff line number Diff line Loading @@ -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" } Loading