b7a234474d
- libutilscallstack is being dynamically loaded by a vndk enabled library that is available to vendor but lisutilscallstack is not - To fix this, we need to add libutilscallstack to vndk libraries - Also add any dependent libraries (libdexfile) Change-Id: Iefb26b9d50f2cef3902a035c78fbd58b418db116 CRs-Fixed: 2191124
33 lines
750 B
Makefile
33 lines
750 B
Makefile
VNDK_SP_LIBRARIES := \
|
|
android.hardware.graphics.allocator@2.0 \
|
|
android.hardware.graphics.mapper@2.0 \
|
|
android.hardware.graphics.mapper@2.1 \
|
|
android.hardware.graphics.common@1.0 \
|
|
android.hardware.graphics.common@1.1 \
|
|
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 \
|
|
libunwindstack \
|
|
libutils \
|
|
libutilscallstack \
|
|
libdexfile
|