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

Commit 48647f6d authored by Justin Yun's avatar Justin Yun
Browse files

Mark an SP-NDK, libsync.so as VNDK libs.

libsync.so is categorized as SP-NDK and vendor_available.
However, it is marked as VNDK because it is needed by some VNDK libs.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Change-Id: I116a442ce284a6e5ba1c76f99d44329a9f00fed7
parent da4e6894
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ cc_defaults {
cc_library_shared {
    name: "libsync",
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    defaults: ["libsync_defaults"],
}