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
This commit is contained in:
Justin Yun 2017-07-26 13:25:27 +09:00
parent da4e68944e
commit 48647f6db1

View file

@ -23,6 +23,9 @@ cc_defaults {
cc_library_shared {
name: "libsync",
vendor_available: true,
vndk: {
enabled: true,
},
defaults: ["libsync_defaults"],
}