Merge "Remove BUILD_BROKEN_USES_SOONG_PYTHON2_MODULES" into main

This commit is contained in:
Cole Faust
2024-09-10 19:33:04 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 8 deletions

View File

@@ -1828,10 +1828,6 @@ 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
}