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

Commit d11d199b authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Extract prepareForCcTest"

parents 32eccae1 2e6f90e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -54,6 +54,10 @@ func TestMain(m *testing.M) {

var ccFixtureFactory = android.NewFixtureFactory(
	&buildDir,
	prepareForCcTest,
)

var prepareForCcTest = android.GroupFixturePreparers(
	PrepareForTestWithCcIncludeVndk,
	android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) {
		variables.DeviceVndkVersion = StringPtr("current")