msm8937-common: Adding libutilscallstack.so to vndk-sp

It is a new member to the vndk-sp and is used by libRS_internal.
Adding the libname here so that it is correctly installed to the vndk-sp
directory.

Bug: 72300913
Test: Photo editing works on marlin
Change-Id: Ied04b8050c1166bc83237ba05d329cac98e67986
(cherry picked from commit cbd7ae231a894bee62bc6c71a6585b14bc0d3360)
This commit is contained in:
Jiyong Park 2018-01-23 10:57:05 +09:00 committed by Darshan Manjrekar
parent 5e30b196e7
commit 9f9cbf990c

View file

@ -25,7 +25,8 @@ VNDK_SP_LIBRARIES := \
libpng \
libunwind \
libutils \
libz
libz \
libutilscallstack
EXTRA_VENDOR_LIBRARIES := \
android.hidl.base@1.0 \