Add missing libziparchive dependency.

Bug: http://b/37560614
Test: builds even after removing system/core/include/ziparchive
Change-Id: Ib7ed45cafe83d24ed55aac28b4f41a073c371bc2
This commit is contained in:
Elliott Hughes
2017-06-28 08:00:17 -07:00
parent 5efe2bca22
commit e1bb7a5752

View File

@@ -59,7 +59,8 @@ LOCAL_STATIC_LIBRARIES := \
libvintf_recovery \
libcrypto_utils \
libcrypto \
libbase
libbase \
libziparchive \
include $(BUILD_STATIC_LIBRARY)