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

Commit 500409c9 authored by Kris Alder's avatar Kris Alder Committed by Automerger Merge Worker
Browse files

Merge "libwavextractor: Add host support" am: d10311e4 am: d709f7cd

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

Change-Id: I00f0285c021b7739433afc9415ca404b6983d6c5
parents d0ac7b8a d709f7cd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19,4 +19,11 @@ cc_library {
        "libfifo",
        "libstagefright_foundation",
    ],

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