Removing filter to allow widevine fuzzers addition
Bug: 150900870 Test: make haiku ran locally include widevine fuzzer after change Change-Id: I0942a3d61674a90e99792141567bd6ce35dfee2e
This commit is contained in:
@@ -366,10 +366,10 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
|
|||||||
return
|
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.
|
// fuzz targets we're going to package anyway.
|
||||||
if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
|
if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
|
||||||
ccModule.UseVndk() || ccModule.InRamdisk() || ccModule.InRecovery() {
|
ccModule.InRamdisk() || ccModule.InRecovery() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user