OSDN Git Service

vndk: remove hidl vndk-sp libs from the list.
[android-x86/device-generic-common.git] / vndk / vndk-sp-libs.mk
1 VNDK_SP_LIBRARIES := \
2     android.hardware.graphics.allocator@2.0 \
3     android.hardware.graphics.mapper@2.0 \
4     android.hardware.graphics.common@1.0 \
5     android.hardware.renderscript@1.0 \
6     libRSCpuRef \
7     libRSDriver \
8     libRS_internal \
9     libbcinfo \
10     libblas \
11     libcompiler_rt \
12     libft2 \
13     libpng \
14
15 ifndef BOARD_VNDK_VERSION
16 VNDK_SP_LIBRARIES += \
17     android.hidl.memory@1.0 \
18     libbacktrace \
19     libbase \
20     libc++ \
21     libcutils \
22     libhardware \
23     libhwbinder \
24     libion \
25     liblzma \
26     libunwind \
27     libutils \
28     libhidlbase \
29     libhidlmemory \
30     libhidltransport \
31
32 endif