diff --git a/cc/test.go b/cc/test.go index 047a69e3e..39347844a 100644 --- a/cc/test.go +++ b/cc/test.go @@ -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" }