Add ramdisk image.
It is similar to recovery image. Test: m nothing -j Change-Id: I11389777c6bfb0c0d73bbb4c70091c1e70f44077
This commit is contained in:
@@ -355,10 +355,10 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
|
||||
return
|
||||
}
|
||||
|
||||
// Discard vendor-NDK-linked + recovery modules, they're duplicates of
|
||||
// Discard vendor-NDK-linked + ramdisk + recovery modules, they're duplicates of
|
||||
// fuzz targets we're going to package anyway.
|
||||
if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
|
||||
ccModule.UseVndk() || ccModule.InRecovery() {
|
||||
ccModule.UseVndk() || ccModule.InRamdisk() || ccModule.InRecovery() {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user