diff options
author | Nivedita Sarkar <nsarkar@codeaurora.org> | 2018-02-26 09:53:30 -0800 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:54:55 +0200 |
commit | 46f51bc24b2497081cd757fdd4c529a9c204ead5 (patch) | |
tree | 677aa17407a17fdc7bc0e2863499fbc88e6ff3f9 /vndk | |
parent | 090379c95633e2072984156d545a5d3463ed6dfa (diff) |
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
Diffstat (limited to 'vndk')
-rw-r--r-- | vndk/vndk-sp-libs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vndk/vndk-sp-libs.mk b/vndk/vndk-sp-libs.mk index f75e8d3..11dc236 100644 --- a/vndk/vndk-sp-libs.mk +++ b/vndk/vndk-sp-libs.mk @@ -29,3 +29,5 @@ VNDK_SP_LIBRARIES := \ libunwind \ libunwindstack \ libutils \ + libutilscallstack \ + libdexfile |