summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Drake <trevordrake.gerrit@gmail.com>2014-12-10 17:58:05 +0000
committerElliott Hughes <enh@google.com>2014-12-10 21:44:08 +0000
commit26b9fbef3a176f4e2cea0873a06e903a1af95243 (patch)
treebba609513fb1f53ab8e5326d1d1e861d796a57ec
parentf42217451397d7637b46f8478a5e77df3083baaa (diff)
downloadandroid_external_zlib-26b9fbef3a176f4e2cea0873a06e903a1af95243.tar.gz
android_external_zlib-26b9fbef3a176f4e2cea0873a06e903a1af95243.tar.bz2
android_external_zlib-26b9fbef3a176f4e2cea0873a06e903a1af95243.zip
Kill libunz
No longer required in the AOSP as the project that depend on this have been switch over to libz Bug: 18571533 Change-Id: I976b37f3d28a57e497208a1bd8cacbe1ba7feb33
-rw-r--r--Android.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/Android.mk b/Android.mk
index 444e2a3..6b79033 100644
--- a/Android.mk
+++ b/Android.mk
@@ -56,7 +56,6 @@ LOCAL_MULTILIB := both
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
include $(BUILD_HOST_STATIC_LIBRARY)
-
include $(CLEAR_VARS)
LOCAL_ARM_MODE := arm
@@ -68,33 +67,6 @@ LOCAL_MULTILIB := both
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
include $(BUILD_HOST_SHARED_LIBRARY)
-
-
-# libunz used to be an unzip-only subset of libz. Only host-side tools were
-# taking advantage of it, though, and it's not a notion supported by zlib
-# itself. This caused trouble during the 1.2.6 upgrade because libunz ended
-# up needing to drag in most of the other files anyway. So this is a first
-# step towards killing libunz. If you're reading this in the K release or
-# later, please see if you can get a bit further in removing libunz...
-
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(zlib_files)
-LOCAL_MODULE:= libunz
-LOCAL_ARM_MODE := arm
-LOCAL_MULTILIB := both
-LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
-include $(BUILD_HOST_STATIC_LIBRARY)
-
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(zlib_files)
-LOCAL_MODULE:= libunz
-LOCAL_ARM_MODE := arm
-ifeq ($(TARGET_ARCH),arm)
- LOCAL_SDK_VERSION := 9
-endif
-LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
-include $(BUILD_STATIC_LIBRARY)
-
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \