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

Commit acc49d9f authored by Simon Shields's avatar Simon Shields
Browse files

soong: explicitly specify name of Lineage variables struct

Change-Id: Ic754b8a13658ddc40620f985581bd1754b780b15
parent 8b8d8e47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ type variableProperties struct {
		}

		// include Lineage variables
		*android.Product_variables
		Lineage android.Product_variables
	} `android:"arch_variant"`
}

@@ -157,7 +157,7 @@ type productVariables struct {
	Override_rs_driver *string `json:",omitempty"`

	// include Lineage variables
	*android.ProductVariables
	Lineage android.ProductVariables
}

func boolPtr(v bool) *bool {