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

Commit 569a9539 authored by Anuj Joshi's avatar Anuj Joshi
Browse files

mp3dec: Add host support

Test: Build libstagefright_mp3dec on host
Bug: 151123814

Change-Id: Icef891eb2859a6d6606793174dfcbc1bd4432d0b
parent 17bfa455
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ cc_library_static {
    name: "libstagefright_mp3dec",
    vendor_available: true,

    host_supported:true,
    srcs: [
        "src/pvmp3_normalize.cpp",
        "src/pvmp3_alias_reduction.cpp",
@@ -72,6 +73,12 @@ cc_library_static {
        "-DOSCL_UNUSED_ARG(x)=(void)(x)",
        "-Werror",
    ],

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

//###############################################################################