OSDN Git Service

Apparently not all our toolchains have -fstack-protector-strong yet.
authorElliott Hughes <enh@google.com>
Wed, 11 Mar 2015 17:27:23 +0000 (10:27 -0700)
committerElliott Hughes <enh@google.com>
Wed, 11 Mar 2015 17:27:23 +0000 (10:27 -0700)
Change-Id: Ieaf13c9d402a6f1bc13c393de9aa965a4e7a845d

Android.mk

index 6fd3f57..e208225 100644 (file)
@@ -45,7 +45,7 @@ LOCAL_CFLAGS += \
     -Wno-deprecated-declarations \
     -fno-asynchronous-unwind-tables \
     -fno-strict-aliasing \
-    -fstack-protector-strong -fwrapv \
+    -fstack-protector -fwrapv \
 
 # ...and CPPFLAGS.
 LOCAL_CFLAGS += \