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

Commit 958e0079 authored by Kris Alder's avatar Kris Alder Committed by Automerger Merge Worker
Browse files

Merge "libmpeg2extractor: Add host support" am: 32fdde7c am: 80513db0 am: a0706cae

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1355671

Change-Id: I2e844f73eecf8ca2bca5c29554cbc9ea05c0029f
parents 8bb343ff a0706cae
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: [
@@ -12,7 +22,6 @@ cc_library {
    shared_libs: [
        "libbase",
        "libcgrouprc#29",
        "libvndksupport#29",
    ],

    header_libs: [