diff options
author | Tao Bao <tbao@google.com> | 2015-06-04 00:30:39 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-06-04 00:30:40 +0200 |
commit | 3f9db6af3d8f8659637da7288e9e2bceda4366d0 (patch) | |
tree | a49e149d6efdf165c92650ebd6d7f410ee63b4f6 /minzip/Android.mk | |
parent | Merge "Fix build: fprintf without modifier" (diff) | |
parent | recovery: Switch to clang (diff) | |
download | android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.gz android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.bz2 android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.lz android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.xz android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.zst android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.zip |
Diffstat (limited to 'minzip/Android.mk')
-rw-r--r-- | minzip/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minzip/Android.mk b/minzip/Android.mk index 045f35570..48d26bcb7 100644 --- a/minzip/Android.mk +++ b/minzip/Android.mk @@ -16,6 +16,8 @@ LOCAL_STATIC_LIBRARIES := libselinux LOCAL_MODULE := libminzip +LOCAL_CLANG := true + LOCAL_CFLAGS += -Wall include $(BUILD_STATIC_LIBRARY) |