29 lines
604 B
Makefile
29 lines
604 B
Makefile
|
VNDK_SP_LIBRARIES := \
|
||
|
android.hardware.graphics.allocator@2.0 \
|
||
|
android.hardware.graphics.mapper@2.0 \
|
||
|
android.hardware.graphics.common@1.0 \
|
||
|
android.hardware.renderscript@1.0 \
|
||
|
android.hidl.base@1.0 \
|
||
|
android.hidl.memory@1.0 \
|
||
|
libRSCpuRef \
|
||
|
libRSDriver \
|
||
|
libRS_internal \
|
||
|
libbacktrace \
|
||
|
libbase \
|
||
|
libbcinfo \
|
||
|
libblas \
|
||
|
libc++ \
|
||
|
libcompiler_rt \
|
||
|
libcutils \
|
||
|
libft2 \
|
||
|
libhardware \
|
||
|
libhidlbase \
|
||
|
libhidlmemory \
|
||
|
libhidltransport \
|
||
|
libhwbinder \
|
||
|
libion \
|
||
|
liblzma \
|
||
|
libpng \
|
||
|
libunwind \
|
||
|
libutils \
|