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

Commit e6657a0c 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

Change-Id: Icc5446f1ecfb88a292ac63058f7c4f44922e9a89
parents d955cdf8 e7818507
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