Merge "Removing filter to allow widevine fuzzers addition" am: 4a748c99f0
Change-Id: I16fd1a566258db6ac784430d71f4bc465ccc36d3
This commit is contained in:
@@ -366,10 +366,10 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
|
||||
return
|
||||
}
|
||||
|
||||
// Discard vendor-NDK-linked + ramdisk + recovery modules, they're duplicates of
|
||||
// Discard ramdisk + recovery modules, they're duplicates of
|
||||
// fuzz targets we're going to package anyway.
|
||||
if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
|
||||
ccModule.UseVndk() || ccModule.InRamdisk() || ccModule.InRecovery() {
|
||||
ccModule.InRamdisk() || ccModule.InRecovery() {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user