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

Commit 256e289a authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Allow access from hardware/google/av

Modules in hardware/google/av need to access
libstagefright_codec2_internal and header files from libgui.

Test: Builds

Bug: 64121714
Bug: 31973802
Bug: 74006396
Change-Id: I855915fe25468bdbdadeb3474ef31d2e9e851592
parent 142a00d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,8 +42,9 @@ cc_library_shared {
    ],

    export_shared_lib_headers: [
        "libstagefright_foundation",
        "libgui",
        "libhidlmemory",
        "libstagefright_foundation",
    ],

    cflags: [
+3 −1
Original line number Diff line number Diff line
@@ -5,10 +5,12 @@ cc_library_headers {
        "internal",
    ],

    vendor_available: false,
    vndk: {
        enabled: true,
    },

    // TODO: Remove this when this module is moved back to frameworks/av.
    vendor_available: true,
}

cc_library_shared {