commit | e1bb7a5752163a668fb764b2bf1d0d0cdf2bd43d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 28 08:00:17 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 28 08:00:17 2017 -0700 |
tree | ef0617ef2887b08baf2c275025fcb60b8fdff395 | |
parent | 5efe2bca2282dd8aa613ae85b267780f6c1d1307 [diff] |
Add missing libziparchive dependency. Bug: http://b/37560614 Test: builds even after removing system/core/include/ziparchive Change-Id: Ib7ed45cafe83d24ed55aac28b4f41a073c371bc2
diff --git a/Android.mk b/Android.mk index 5348e36..84f675b 100644 --- a/Android.mk +++ b/Android.mk
@@ -59,7 +59,8 @@ libvintf_recovery \ libcrypto_utils \ libcrypto \ - libbase + libbase \ + libziparchive \ include $(BUILD_STATIC_LIBRARY)