From e6a79064252035b614ab5644a0f4f3a5c8d6e0c3 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sat, 20 Feb 2016 10:35:49 -0800 Subject: boringssl: Fix compilation Change-Id: I232e8dacdeeb4fb35218b831f86633c9dc97e874 --- crypto-sources.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto-sources.mk b/crypto-sources.mk index 78194f2..6583ff2 100644 --- a/crypto-sources.mk +++ b/crypto-sources.mk @@ -1,7 +1,7 @@ LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/sources.mk include $(LOCAL_PATH)/sources.mk -LOCAL_CFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter +LOCAL_CFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter -std=gnu11 # Do not add in the architecture-specific files if we don't want to build assembly ifeq (,$(filter -DOPENSSL_NO_ASM,$(LOCAL_CFLAGS))) LOCAL_SRC_FILES_x86 = $(linux_x86_sources) -- cgit v1.1