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

Commit e4bb4d4e authored by Jihoon Kang's avatar Jihoon Kang Committed by Gerrit Code Review
Browse files

Merge "Import make variable NextReleaseHideFlaggedApi to Soong" into main

parents 7c02986d cfbc4077
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2080,3 +2080,7 @@ func (c *config) Bp2buildMode() bool {
func (c *deviceConfig) CheckVendorSeappViolations() bool {
	return Bool(c.config.productVariables.CheckVendorSeappViolations)
}

func (c *deviceConfig) NextReleaseHideFlaggedApi() bool {
	return Bool(c.config.productVariables.NextReleaseHideFlaggedApi)
}
+2 −0
Original line number Diff line number Diff line
@@ -488,6 +488,8 @@ type ProductVariables struct {
	// PartitionVarsForBazelMigrationOnlyDoNotUse are extra variables that are used to define the
	// partition images. They should not be read from soong modules.
	PartitionVarsForBazelMigrationOnlyDoNotUse PartitionVariables `json:",omitempty"`

	NextReleaseHideFlaggedApi *bool `json:",omitempty"`
}

type PartitionVariables struct {