From 9f9cbf990c4e96b290c71c144e80229f76df8999 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 23 Jan 2018 10:57:05 +0900 Subject: [PATCH] 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) --- vndk/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vndk/Android.mk b/vndk/Android.mk index 65104e4..29bd4be 100644 --- a/vndk/Android.mk +++ b/vndk/Android.mk @@ -25,7 +25,8 @@ VNDK_SP_LIBRARIES := \ libpng \ libunwind \ libutils \ - libz + libz \ + libutilscallstack EXTRA_VENDOR_LIBRARIES := \ android.hidl.base@1.0 \