Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41c27965 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add missing dependencies for libdexfile" am: 286aa939 am: e7818507

am: e6657a0c

Change-Id: Iffd8c3a616771ad43d0189f2d5726f53d64475e5
parents a2897b5c e6657a0c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -34,6 +34,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 \
@@ -59,7 +61,9 @@ LOCAL_JNI_SHARED_LIBRARIES := \
    libvndksupport \
    libtinyxml2 \
    libunwindstack \
    libutilscallstack
    libutilscallstack \
    libziparchive \
    libz

LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk