aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2021-04-22 09:31:49 +0800
committerBowgo Tsai <bowgotsai@google.com>2021-04-22 09:49:24 +0800
commit78ea2f5eacd31b66ab148cd76bd87763b7745bf3 (patch)
treed4209415e2bd62fde5918df2188783f4b75df558 /sh
parent752d63cd83e56047ca02b30c40d6ee4fdedc24bb (diff)
downloadsoong-78ea2f5eacd31b66ab148cd76bd87763b7745bf3.tar.gz
Revert "Add debug ramdisk variant"
This reverts commit f84e9c05e2103149162e4a78a68f20c164fbbba2. Because this breaks the usage of boot-debug.img and vendor_boot-debug.img Bug: 185970130 Bug: 185990198 Test: make bootimage_debug Change-Id: I7886c971982faae1d5bc34688643de8d94d6e201
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()
}