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:
Jiyong Park 2018-01-25 11:25:44 +09:00 committed by Darshan Manjrekar
parent 9f9cbf990c
commit 6edd88e794

View file

@ -26,7 +26,8 @@ VNDK_SP_LIBRARIES := \
libunwind \
libutils \
libz \
libutilscallstack
libutilscallstack \
libdexfile
EXTRA_VENDOR_LIBRARIES := \
android.hidl.base@1.0 \