summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpt/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt/Android.mk b/gpt/Android.mk
index bbd71ebf4..1b694ea01 100644
--- a/gpt/Android.mk
+++ b/gpt/Android.mk
@@ -13,7 +13,7 @@ LOCAL_SRC_FILES = \
gpt.c \
gptcrc32.c
-LOCAL_CFLAGS := -Wno-format
+LOCAL_CFLAGS := -Wno-format -Wno-format-security
LOCAL_SHARED_LIBRARIES := libc
include $(BUILD_SHARED_LIBRARY)