Revert^3 "Add debug ramdisk variant"

836a8f3d61

Change-Id: If59529238e26a197bc33b10245b88f538f280ed0
This commit is contained in:
Inseob Kim
2021-04-22 23:14:58 +00:00
parent 836a8f3d61
commit aeb6bad073
12 changed files with 2 additions and 119 deletions

View File

@@ -210,10 +210,6 @@ func (s *ShBinary) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) boo
return proptools.Bool(s.properties.Vendor_ramdisk_available) || s.ModuleBase.InstallInVendorRamdisk()
}
func (s *ShBinary) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
return false
}
func (s *ShBinary) RecoveryVariantNeeded(ctx android.BaseModuleContext) bool {
return proptools.Bool(s.properties.Recovery_available) || s.ModuleBase.InstallInRecovery()
}