Merge "Revert "deletion of clang_cflags & clang_asflags from Soong""
This commit is contained in:
@@ -1619,14 +1619,6 @@ func (c *deviceConfig) ShippingApiLevel() ApiLevel {
|
||||
return uncheckedFinalApiLevel(apiLevel)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildBrokenClangAsFlags() bool {
|
||||
return c.config.productVariables.BuildBrokenClangAsFlags
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildBrokenClangCFlags() bool {
|
||||
return c.config.productVariables.BuildBrokenClangCFlags
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildBrokenClangProperty() bool {
|
||||
return c.config.productVariables.BuildBrokenClangProperty
|
||||
}
|
||||
|
@@ -430,8 +430,6 @@ type productVariables struct {
|
||||
|
||||
ShippingApiLevel *string `json:",omitempty"`
|
||||
|
||||
BuildBrokenClangAsFlags bool `json:",omitempty"`
|
||||
BuildBrokenClangCFlags bool `json:",omitempty"`
|
||||
BuildBrokenClangProperty bool `json:",omitempty"`
|
||||
BuildBrokenDepfile *bool `json:",omitempty"`
|
||||
BuildBrokenEnforceSyspropOwner bool `json:",omitempty"`
|
||||
|
Reference in New Issue
Block a user