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

Commit 07b0d618 authored by Anuj Joshi's avatar Anuj Joshi
Browse files

m4vh263dec: Add host support

Test: Build libstagefright_m4vh263dec on host
Bug: 150440419

Change-Id: I492c2c54dd5028b5986bda76d25fb945e120f956
parent 6dd66429
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "libstagefright_m4vh263dec",
    vendor_available: true,
    host_supported: true,
    shared_libs: ["liblog"],

    srcs: [
@@ -56,6 +57,12 @@ cc_library_static {
        ],
        cfi: true,
    },

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

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