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:
parent
5e30b196e7
commit
9f9cbf990c
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ VNDK_SP_LIBRARIES := \
|
|||
libpng \
|
||||
libunwind \
|
||||
libutils \
|
||||
libz
|
||||
libz \
|
||||
libutilscallstack
|
||||
|
||||
EXTRA_VENDOR_LIBRARIES := \
|
||||
android.hidl.base@1.0 \
|
||||
|
|
Loading…
Reference in a new issue