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

Commit ccc5e3ff authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Add media/openmax as an include directory

This will obviate changing Khronos's header files.

Note that all header files in media/openmax have OMX_ prefix, so the
chance of collision is already low.

Test: Compiles
Bug: 63821829
Change-Id: I40cc92409de5091a1e2ed7c89c0012000b20f68f
parent b11d9c84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
cc_library_headers {
    name: "media_plugin_headers",
    vendor_available: true,
    export_include_dirs: ["media_plugin"],
    export_include_dirs: [
        "media_plugin",
        "media_plugin/media/openmax",
    ],
    header_libs: [
        "libstagefright_headers",
        "libcutils_headers",