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

Commit df8ac400 authored by S Vasudev Prasad's avatar S Vasudev Prasad
Browse files

libmp4extractor: Add host support

Test: Build libmp4extractor
Bug: 151789258

Change-Id: I07e1dd05f9f38354ecfed269a798eb4013ba7cfa
parent cc17218c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,4 +16,12 @@ cc_library {
        "libstagefright_id3",
        "libutils",
    ],

    host_supported: true,

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