Merge "Import make variable NextReleaseHideFlaggedApi to Soong" into main am: e4bb4d4e6b
am: 9e613388e3
am: 94f35434bf
am: a8e6f67098
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2755309 Change-Id: If0d33dba0f43f3ea62e4c1af68613f189b0dcfc2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2080,3 +2080,7 @@ func (c *config) Bp2buildMode() bool {
|
|||||||
func (c *deviceConfig) CheckVendorSeappViolations() bool {
|
func (c *deviceConfig) CheckVendorSeappViolations() bool {
|
||||||
return Bool(c.config.productVariables.CheckVendorSeappViolations)
|
return Bool(c.config.productVariables.CheckVendorSeappViolations)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *deviceConfig) NextReleaseHideFlaggedApi() bool {
|
||||||
|
return Bool(c.config.productVariables.NextReleaseHideFlaggedApi)
|
||||||
|
}
|
||||||
|
@@ -488,6 +488,8 @@ type ProductVariables struct {
|
|||||||
// PartitionVarsForBazelMigrationOnlyDoNotUse are extra variables that are used to define the
|
// PartitionVarsForBazelMigrationOnlyDoNotUse are extra variables that are used to define the
|
||||||
// partition images. They should not be read from soong modules.
|
// partition images. They should not be read from soong modules.
|
||||||
PartitionVarsForBazelMigrationOnlyDoNotUse PartitionVariables `json:",omitempty"`
|
PartitionVarsForBazelMigrationOnlyDoNotUse PartitionVariables `json:",omitempty"`
|
||||||
|
|
||||||
|
NextReleaseHideFlaggedApi *bool `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type PartitionVariables struct {
|
type PartitionVariables struct {
|
||||||
|
Reference in New Issue
Block a user