Merge "vndk: remove some vndk-sp libs from the list." into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-03 01:01:06 +00:00
committed by Android (Google) Code Review

View File

@@ -6,14 +6,8 @@ VNDK_SP_LIBRARIES := \
android.hardware.graphics.allocator@2.0\
android.hardware.graphics.mapper@2.0\
android.hardware.graphics.common@1.0\
libhwbinder\
libbase\
libcutils\
libhardware\
libhidlbase\
libhidltransport\
libutils\
libc++\
libRS_internal\
libRSDriver\
libRSCpuRef\
@@ -22,10 +16,21 @@ VNDK_SP_LIBRARIES := \
libft2\
libpng\
libcompiler_rt\
ifndef BOARD_VNDK_VERSION
VNDK_SP_LIBRARIES += \
libhwbinder\
libbase\
libcutils\
libhardware\
libutils\
libc++\
libbacktrace\
libunwind\
liblzma\
endif
define add-vndk-sp-lib
include $$(CLEAR_VARS)
LOCAL_MODULE := $1.vndk-sp