aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-04-22 23:14:58 +0000
committerInseob Kim <inseob@google.com>2021-04-22 23:14:58 +0000
commitaeb6bad0730706b01df5222cdf1a7aecf7aceedd (patch)
treed4209415e2bd62fde5918df2188783f4b75df558 /sh
parent836a8f3d613a51d496740dcefaf5b66a4cb86ba2 (diff)
downloadsoong-aeb6bad0730706b01df5222cdf1a7aecf7aceedd.tar.gz
Revert^3 "Add debug ramdisk variant"
836a8f3d613a51d496740dcefaf5b66a4cb86ba2 Change-Id: If59529238e26a197bc33b10245b88f538f280ed0
Diffstat (limited to 'sh')
-rw-r--r--sh/sh_binary.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/sh_binary.go b/sh/sh_binary.go
index 42d5680f1..662338133 100644
--- a/sh/sh_binary.go
+++ b/sh/sh_binary.go
@@ -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()
}