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

Commit 33f64845 authored by Steven Moreland's avatar Steven Moreland
Browse files

libgui: export EGL headers.

Many libgui headers use these headers so not exporting
these breaks BOARD_VNDK_VERSION=current builds.

Test: headers resolved with BOARD_VNDK_VERSION=current
Change-Id: I085faeda4f8ad8a07d91e81222b8031a0dd1858a
parent 8c72947a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -130,8 +130,9 @@ cc_library_shared {

    export_shared_lib_headers: [
        "libbinder",
        "libui",
        "libEGL",
        "libnativewindow",
        "libui",
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
    ],