Merge "Add new Release_aidl_use_unfrozen soong variable" into main
This commit is contained in:
@@ -1909,6 +1909,10 @@ func (c *deviceConfig) RequiresInsecureExecmemForSwiftshader() bool {
|
||||
return c.config.productVariables.RequiresInsecureExecmemForSwiftshader
|
||||
}
|
||||
|
||||
func (c *deviceConfig) Release_aidl_use_unfrozen() bool {
|
||||
return Bool(c.config.productVariables.Release_aidl_use_unfrozen)
|
||||
}
|
||||
|
||||
func (c *config) SelinuxIgnoreNeverallows() bool {
|
||||
return c.productVariables.SelinuxIgnoreNeverallows
|
||||
}
|
||||
|
Reference in New Issue
Block a user