Merge "Removing filter to allow widevine fuzzers addition"

This commit is contained in:
Robert Shih
2020-04-28 01:49:48 +00:00
committed by Gerrit Code Review

View File

@@ -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
}