Merge changes from topic "revert-2755310-HIIDCMFNIU" into main am: 4aa82a13db
am: 12663c872e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2766348 Change-Id: I8bc1ded7708c597edfa46bd234027bf14f1488c7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2084,7 +2084,3 @@ func (c *deviceConfig) CheckVendorSeappViolations() bool {
|
||||
func (c *deviceConfig) NextReleaseHideFlaggedApi() bool {
|
||||
return Bool(c.config.productVariables.NextReleaseHideFlaggedApi)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) ReleaseExposeFlaggedApi() bool {
|
||||
return Bool(c.config.productVariables.ReleaseExposeFlaggedApi)
|
||||
}
|
||||
|
@@ -490,8 +490,6 @@ type ProductVariables struct {
|
||||
PartitionVarsForBazelMigrationOnlyDoNotUse PartitionVariables `json:",omitempty"`
|
||||
|
||||
NextReleaseHideFlaggedApi *bool `json:",omitempty"`
|
||||
|
||||
ReleaseExposeFlaggedApi *bool `json:",omitempty"`
|
||||
}
|
||||
|
||||
type PartitionVariables struct {
|
||||
|
Reference in New Issue
Block a user