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

Commit e1bb7a57 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add missing libziparchive dependency.

Bug: http://b/37560614
Test: builds even after removing system/core/include/ziparchive
Change-Id: Ib7ed45cafe83d24ed55aac28b4f41a073c371bc2
parent 5efe2bca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ LOCAL_STATIC_LIBRARIES := \
    libvintf_recovery \
    libcrypto_utils \
    libcrypto \
    libbase
    libbase \
    libziparchive \

include $(BUILD_STATIC_LIBRARY)