wayne-common: Add libsutilscallstack to the vndk libraries
- 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
This commit is contained in:
parent
539451fbaa
commit
b7a234474d
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@ VNDK_SP_LIBRARIES := \
|
|||
libunwind \
|
||||
libunwindstack \
|
||||
libutils \
|
||||
libutilscallstack \
|
||||
libdexfile
|
||||
|
|
Loading…
Reference in a new issue