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

Commit 515aa5a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark libui and libgui as VNDK in Android.bp" into oc-mr1-dev

parents 04d5bb43 71d6c885
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ cc_library_headers {
cc_library_shared {
    name: "libgui",
    vendor_available: true,
    vndk: {
        enabled: true,
    },

    clang: true,
    cppflags: [
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
cc_library_shared {
    name: "libui",
    vendor_available: true,
    vndk: {
        enabled: true,
    },

    clang: true,
    cppflags: [