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

Commit c39b598e authored by S Vasudev Prasad's avatar S Vasudev Prasad
Browse files

libextractorfuzzerbase: Add host support

Test: Build libextractorbase
Bug: 151789258

Change-Id: I6aea1ec60633eeb9c822662813d0dc3b6059b25b
parent 81ad94b0
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@ cc_library {
    static_libs: [
        "liblog",
        "libstagefright_foundation",
        "libmedia",
        "libmediandk_format",
        "libmedia_ndkformatpriv",
    ],

    shared_libs: [
        "libutils",
        "libbinder",
        "libmediandk",
    ],

    /* GETEXTRACTORDEF is not defined as extractor library is not linked in the
@@ -50,6 +50,14 @@ cc_library {
     * generated.
     */
    allow_undefined_symbols: true,

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },
}

cc_fuzz {