diff options
author | Yabin Cui <yabinc@google.com> | 2014-12-09 22:17:30 -0800 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2014-12-09 22:24:07 -0800 |
commit | 71a968602d566691a4647435e65494c272953426 (patch) | |
tree | fcc066f23a959a0c98387703940e5af645565a89 /fastboot/Android.mk | |
parent | a97c10755442e3800c0b1011d986d554ce2096db (diff) | |
download | system_core-71a968602d566691a4647435e65494c272953426.zip system_core-71a968602d566691a4647435e65494c272953426.tar.gz system_core-71a968602d566691a4647435e65494c272953426.tar.bz2 |
kill libunz
Bug: 18571533
Change-Id: I4214f9236f80629152d969a6ee9fce489079cefa
Diffstat (limited to 'fastboot/Android.mk')
-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 f03bbea..aa5b14a 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 |