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

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

Mark libarect and libmath as vendor_available

They are used by libui which is VNDK.

Bug: 37731063
Test: sailfish builds and boots
Test: BOARD_VNDK_VERSION=current m libui is successful
Change-Id: I7ecd9b482f8055aaa159e539d630d0034f4b7074
parent c9c0075b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@ ndk_headers {
cc_library_static {
    name: "libarect",
    host_supported: true,
    vendor_available: true,
    export_include_dirs: ["include"],
}
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
cc_library_static {
    name: "libmath",
    host_supported: true,
    vendor_available: true,
    export_include_dirs: ["include"],
}