aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-14 10:58:06 +0900
committerJustin Yun <justinyun@google.com>2017-08-14 03:00:46 +0000
commit553a343313fb2b003fe7c8d0d1811e34005e5ee3 (patch)
tree2c8606ca3d74228c794a4093cc7997c54d1ca932
parent33c5fa44c2edd0c35e198cf7f95542331accee00 (diff)
downloadcommon-553a343313fb2b003fe7c8d0d1811e34005e5ee3.tar.gz
Remove all copies of vndk-sp modulesoreo-mr1-dev
With BOARD_VNDK_VERSION=current, the vendor variant of vndk-sp will be installed to system/lib(64)/vndk-sp by build system if they have "vndk: { enabled: true, support_system_process: true }" in their Android.bp files. Skip generating the copies of vndk-sp modules when BOARD_VNDK_VERSION is defined. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Change-Id: I160ee995cbbb91e3d005bca5508312ec56bdec52
-rw-r--r--vndk/vndk-sp-libs.mk18
1 files changed, 8 insertions, 10 deletions
diff --git a/vndk/vndk-sp-libs.mk b/vndk/vndk-sp-libs.mk
index e3dab54..6957a1d 100644
--- a/vndk/vndk-sp-libs.mk
+++ b/vndk/vndk-sp-libs.mk
@@ -1,13 +1,3 @@
-VNDK_SP_LIBRARIES := \
- libRSCpuRef \
- libRSDriver \
- libRS_internal \
- libbcinfo \
- libblas \
- libcompiler_rt \
- libft2 \
- libpng \
-
ifndef BOARD_VNDK_VERSION
VNDK_SP_LIBRARIES += \
android.hardware.graphics.allocator@2.0 \
@@ -19,6 +9,14 @@ VNDK_SP_LIBRARIES += \
libbase \
libc++ \
libcutils \
+ libRSCpuRef \
+ libRSDriver \
+ libRS_internal \
+ libbcinfo \
+ libblas \
+ libcompiler_rt \
+ libft2 \
+ libpng \
libhardware \
libhwbinder \
libion \