deletion of clang_cflags & clang_asflags from Soong
Clang_cflags and clang_asflags are depecrated. Set up BUILD_BROKEN flags so partners can bypass errors from using them Bug: 226636335 Test: m nothing & treehugger Change-Id: Ic1d90b72decc4c6c1f7e6dda95a2c56ab2c26d86
This commit is contained in:
@@ -1619,6 +1619,14 @@ 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user