msm8937-common: Add libdexfile to vndk-sp
libdexfile was another new member to vndk-sp. Adding it manually on devices where BOARD_VNDK_VERSION isn't set. Bug: 72462122 Test: photo editing does not crash Change-Id: Idc9b4b026366dea7a33ac1aefd5e16d6ae90d973
This commit is contained in:
parent
9f9cbf990c
commit
6edd88e794
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ VNDK_SP_LIBRARIES := \
|
||||||
libunwind \
|
libunwind \
|
||||||
libutils \
|
libutils \
|
||||||
libz \
|
libz \
|
||||||
libutilscallstack
|
libutilscallstack \
|
||||||
|
libdexfile
|
||||||
|
|
||||||
EXTRA_VENDOR_LIBRARIES := \
|
EXTRA_VENDOR_LIBRARIES := \
|
||||||
android.hidl.base@1.0 \
|
android.hidl.base@1.0 \
|
||||||
|
|
Loading…
Reference in a new issue