commit | 594a10ae77d7f359b4bc3fa80c10f6944021bcd4 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Aug 07 20:08:04 2014 -0700 |
committer | Ying Wang <wangying@google.com> | Thu Aug 07 20:08:04 2014 -0700 |
tree | 7878eb83cc1dc75fa96eb42a22574782a011b400 | |
parent | 76c942c1645445a7b3f8b951db70f02cee270326 [diff] [blame] |
Consistent use of USE_MINGW Change-Id: I05e212e5a99639d0196006b9c2ec35072c54f399
diff --git a/tools/zipalign/Android.mk b/tools/zipalign/Android.mk index 708c8bf..49f9043 100644 --- a/tools/zipalign/Android.mk +++ b/tools/zipalign/Android.mk
@@ -24,7 +24,7 @@ LOCAL_LDLIBS += -lrt endif -ifneq ($(strip $(USE_MINGW)),) +ifdef USE_MINGW LOCAL_STATIC_LIBRARIES += libz else LOCAL_LDLIBS += -lz