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

Commit ea8c878e authored by Jiyong Park's avatar Jiyong Park
Browse files

Mark libui as vendor_available

libui is used by libgui and libstagefright_foundation which are both in
VNDK. So libui should also be in VNDK.

Bug: 37731063
Test: sailfish builds and boots
Test: 'BOARD_VNDK_VERSION=current m libui' successful
Change-Id: Ia8172a42325e5b5181741dda70048dc68e778b76
parent 671c4a0d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

cc_library_shared {
    name: "libui",
    vendor_available: true,

    clang: true,
    cppflags: [
@@ -60,6 +61,10 @@ cc_library_shared {
        "UiConfig.cpp",
    ],

    include_dirs: [
        "frameworks/native/include",
    ],

    shared_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.mapper@2.0",
@@ -73,7 +78,6 @@ cc_library_shared {
        "libsync",
        "libutils",
        "liblog",
        "libgraphicsenv",
    ],

    static_libs: [