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:
Nivedita Sarkar 2018-02-26 09:53:30 -08:00 committed by Max Weffers
parent 539451fbaa
commit b7a234474d
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -29,3 +29,5 @@ VNDK_SP_LIBRARIES := \
libunwind \
libunwindstack \
libutils \
libutilscallstack \
libdexfile