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

Commit ff090bed authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Refactored mp4_extractor_fuzzer" into main am: 1cb54e02

parents 800af77b 1cb54e02
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -134,6 +134,8 @@ cc_fuzz {
    ],

    dictionary: "mp4_extractor_fuzzer.dict",

    corpus: ["corpus_mp4/*"],
}

cc_fuzz {
@@ -202,7 +204,6 @@ cc_fuzz {
        "ogg_extractor_fuzzer.cpp",
    ],


    static_libs: [
        "libstagefright_metadatautils",
        "libvorbisidec",
Loading