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

Commit 7254a934 authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

libwavextractor: Add host support

Test: Build libwavextractor
Bug: 151789678

Change-Id: If20e5215c7bb6d730dac701cf1cfde0f7c946442
parent bf76b844
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,
        },
    },
}