commit | 1e185a5056f85e281f699a92114b758591ae3b92 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jan 25 17:23:38 2016 -0800 |
committer | Christopher Ferris <cferris@google.com> | Mon Jan 25 17:27:40 2016 -0800 |
tree | 86a88c43ee354e576535d5121d2250dc6412ccb8 | |
parent | f2b67b85f5e192812212d3176c07e195c0ffa503 [diff] [blame] |
Fix gcc test issues. Change-Id: I2b26b779f5198c7c9362a452b971260a8852aa7b
diff --git a/libc/malloc_debug/Android.mk b/libc/malloc_debug/Android.mk index 4c2c7f3..3eb0790 100644 --- a/libc/malloc_debug/Android.mk +++ b/libc/malloc_debug/Android.mk
@@ -72,5 +72,6 @@ LOCAL_CFLAGS := \ -Wall \ -Werror \ + -Wno-error=format-zero-length \ include $(BUILD_NATIVE_TEST)