Merge "Add missing dependencies for libdexfile"

am: 286aa939af

Change-Id: Icde98a98d4d2dbeeab8ea058dd5168c510494eaf
This commit is contained in:
Remi NGUYEN VAN
2018-05-31 10:27:22 -07:00
committed by android-build-merger

View File

@@ -32,6 +32,8 @@ LOCAL_CERTIFICATE := platform
# These are not normally accessible from apps so they must be explicitly included.
LOCAL_JNI_SHARED_LIBRARIES := \
android.hidl.token@1.0 \
$(UBSAN_RUNTIME_LIBRARY) \
libartbase \
libbacktrace \
libbase \
libbinder \
@@ -57,7 +59,9 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libvndksupport \
libtinyxml2 \
libunwindstack \
libutilscallstack
libutilscallstack \
libziparchive \
libz
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk