Skip to content
Snippets Groups Projects
Commit 286aa939 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Add missing dependencies for libdexfile"

parents 39ac9ffe 76be372b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment