Merge "Make using python 2 an error"
This commit is contained in:
@@ -1759,6 +1759,10 @@ func (c *deviceConfig) BuildBrokenTrebleSyspropNeverallow() bool {
|
||||
return c.config.productVariables.BuildBrokenTrebleSyspropNeverallow
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildBrokenUsesSoongPython2Modules() bool {
|
||||
return c.config.productVariables.BuildBrokenUsesSoongPython2Modules
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildDebugfsRestrictionsEnabled() bool {
|
||||
return c.config.productVariables.BuildDebugfsRestrictionsEnabled
|
||||
}
|
||||
|
Reference in New Issue
Block a user