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

Commit 8a9876a5 authored by S Vasudev Prasad's avatar S Vasudev Prasad
Browse files

libstagefright_headers: Add host support

Test: Build libstagefright_headers on host
Bug: 151789258

Change-Id: I02e4a62db6240a8291eef02a87c8aadb246f901c
parent d82fd8a9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@ cc_library_headers {
    name: "libstagefright_headers",
    export_include_dirs: ["include"],
    vendor_available: true,
    host_supported: true,
    target: {
        darwin: {
            enabled: false,
        },
    },
}

cc_library_static {