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

Commit cb778277 authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

g711dec: Add host support

Test: Build codecs_g711dec on host
Bug: 151599224

Change-Id: I719fc6483efe8758c3bd3576e7a7b41c8da5d989
parent 97ac9e6d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
cc_library_static {
    name: "codecs_g711dec",
    vendor_available: true,
    host_supported: true,

    srcs: [
        "g711DecAlaw.cpp",
@@ -35,4 +36,10 @@ cc_library_static {
        cfi: true,
    },
    apex_available: ["com.android.media.swcodec"],

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