aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \