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

Commit 32fdde7c authored by Kris Alder's avatar Kris Alder Committed by Gerrit Code Review
Browse files

Merge "libmpeg2extractor: Add host support"

parents 91eaf143 7606712e
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
cc_library {
    name: "libmpeg2extractor",

    host_supported: true,
    target: {
        darwin: {
            enabled: false,
        },
        android: {
            shared_libs: ["libvndksupport#29"],
        },
    },

    defaults: ["extractor-defaults"],

    srcs: [
@@ -11,7 +21,6 @@ cc_library {

    shared_libs: [
        "libcgrouprc#29",
        "libvndksupport#29",
    ],

    header_libs: [