Merge changes from topic "userdebug_plat_sepolicy.cil_Android.bp"
* changes: Add debug ramdisk variant Add path tests for ramdisk
This commit is contained in:
@@ -601,6 +601,10 @@ func (c *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool
|
||||
return c.Properties.VendorRamdiskVariantNeeded
|
||||
}
|
||||
|
||||
func (c *Module) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *Module) RecoveryVariantNeeded(ctx android.BaseModuleContext) bool {
|
||||
return c.Properties.RecoveryVariantNeeded
|
||||
}
|
||||
|
Reference in New Issue
Block a user