diff options
author | Ying Wang <wangying@google.com> | 2013-04-10 05:32:21 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-10 05:32:21 +0000 |
commit | cd3190a9f50780f610e0ba4cdb9996bc8a794b8b (patch) | |
tree | d64c68308528df993688c741f9255dee91b18a60 /tools/zipalign | |
parent | 8722580d90840352883a84d1ca882e50220f3959 (diff) | |
download | build-cd3190a9f50780f610e0ba4cdb9996bc8a794b8b.zip build-cd3190a9f50780f610e0ba4cdb9996bc8a794b8b.tar.gz build-cd3190a9f50780f610e0ba4cdb9996bc8a794b8b.tar.bz2 |
Revert "Add liblog"
This reverts commit 8722580d90840352883a84d1ca882e50220f3959
Change-Id: Iafdbb7f540a53ddc9dc2e21c0afddb62c44c4af8
Diffstat (limited to 'tools/zipalign')
-rw-r--r-- | tools/zipalign/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/zipalign/Android.mk b/tools/zipalign/Android.mk index 5542280..089c68b 100644 --- a/tools/zipalign/Android.mk +++ b/tools/zipalign/Android.mk @@ -16,8 +16,7 @@ LOCAL_C_INCLUDES += external/zlib LOCAL_STATIC_LIBRARIES := \ libutils \ - libcutils \ - liblog + libcutils ifeq ($(HOST_OS),linux) LOCAL_LDLIBS += -lrt @@ -36,3 +35,4 @@ endif # BUILD_HOST_static LOCAL_MODULE := zipalign include $(BUILD_HOST_EXECUTABLE) + |