vndk: remove hidl vndk-sp libs from the list.

With BOARD_VNDK_VERSION:=current, vndk-sp libs will be installed to
/system/lib(64)/vndk-sp directory with
'vndk: {enabled: true, support_system_process: true}' property in
Android.bp of the module.

Remove the modules that already has the 'vndk' property in their
Android.bp file in case BOARD_VNDK_VERSION is defined.

Bug: 63866913
Test: build and boot with and without OARD_VNDK_VERSION=current
Change-Id: I10811d2ceab36fda21104b9524e38a18ae3c9cbe
This commit is contained in:
Justin Yun
2017-08-02 17:24:35 +09:00
parent b1b236286b
commit 7edf8b18a7

View File

@@ -6,8 +6,6 @@ VNDK_SP_LIBRARIES := \
android.hardware.graphics.allocator@2.0\
android.hardware.graphics.mapper@2.0\
android.hardware.graphics.common@1.0\
libhidlbase\
libhidltransport\
libRS_internal\
libRSDriver\
libRSCpuRef\
@@ -28,6 +26,8 @@ VNDK_SP_LIBRARIES += \
libbacktrace\
libunwind\
liblzma\
libhidlbase\
libhidltransport\
endif