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

Commit e7a055c6 authored by Paul Duffin's avatar Paul Duffin
Browse files

Add preparer for test with variables

Bug: 181070625
Test: m nothing
Change-Id: I101826d88e67c63a58007f20f8e24d574dd7c99b
parent 93706aee
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -24,11 +24,17 @@ import (
)

func init() {
	PreDepsMutators(func(ctx RegisterMutatorsContext) {
	registerVariableBuildComponents(InitRegistrationContext)
}

func registerVariableBuildComponents(ctx RegistrationContext) {
	ctx.PreDepsMutators(func(ctx RegisterMutatorsContext) {
		ctx.BottomUp("variable", VariableMutator).Parallel()
	})
}

var PrepareForTestWithVariables = FixtureRegisterWithContext(registerVariableBuildComponents)

type variableProperties struct {
	Product_variables struct {
		Platform_sdk_version struct {