Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 291dc55e authored by Nikita Putikhin's avatar Nikita Putikhin Committed by Gerrit Code Review
Browse files

Merge "Switch rust test install base to /data/local/tmp for consistency with cc" into main

parents 7d45f559 5f23bc98
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -116,7 +116,8 @@ func (test *testDecorator) compilerProps() []interface{} {
}

func (test *testDecorator) install(ctx ModuleContext) {
	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.RustModule().InVendorOrProduct() {
		testInstallBase = "/data/local/tests/vendor"
	}