vndk: remove RS libs from ths list (step 2/2)

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
Bug: 64425518
Test: build and boot with and without OARD_VNDK_VERSION=current
Change-Id: I0ff8398ca62a9a5f9dfde7890f538fb8cc5190a2
This commit is contained in:
Jiyong Park
2017-08-14 17:38:44 +09:00
parent 8fd93c1f7c
commit ecd9d72d98

View File

@@ -1,13 +1,6 @@
ifneq ($(filter muskie walleye taimen, $(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
VNDK_SP_LIBRARIES := \
libRS_internal\
libRSDriver\
libRSCpuRef\
libft2\
libpng\
ifndef BOARD_VNDK_VERSION
VNDK_SP_LIBRARIES += \
android.hardware.renderscript@1.0\
@@ -29,6 +22,11 @@ VNDK_SP_LIBRARIES += \
libbcinfo\
libblas\
libcompiler_rt\
libRS_internal\
libRSDriver\
libRSCpuRef\
libft2\
libpng\
endif