diff options
author | Elliott Hughes <enh@google.com> | 2014-12-10 18:06:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-10 18:06:10 +0000 |
commit | 65c06de7629103234bd56392db1a99ee0ab6cb79 (patch) | |
tree | fcc066f23a959a0c98387703940e5af645565a89 | |
parent | a97c10755442e3800c0b1011d986d554ce2096db (diff) | |
parent | 71a968602d566691a4647435e65494c272953426 (diff) | |
download | system_core-65c06de7629103234bd56392db1a99ee0ab6cb79.tar.gz system_core-65c06de7629103234bd56392db1a99ee0ab6cb79.tar.bz2 system_core-65c06de7629103234bd56392db1a99ee0ab6cb79.zip |
Merge "kill libunz"
-rw-r--r-- | fastboot/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index f03bbea56..aa5b14a36 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -53,7 +53,6 @@ endif LOCAL_STATIC_LIBRARIES := \ $(EXTRA_STATIC_LIBS) \ libzipfile \ - libunz \ libext4_utils_host \ libsparse_host \ libz |