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

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

Merge "libwavextractor: Add host support"

parents 3723513e 7254a934
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -18,4 +18,11 @@ cc_library {
        "libfifo",
        "libstagefright_foundation",
    ],

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