Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a748c99 authored by Robert Shih's avatar Robert Shih Committed by Gerrit Code Review
Browse files

Merge "Removing filter to allow widevine fuzzers addition"

parents bf5ed2d6 0540ae78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
		}