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:
Treehugger Robot
2021-04-15 05:22:35 +00:00
committed by Gerrit Code Review
12 changed files with 236 additions and 2 deletions

View File

@@ -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
}