commit | c7f2e1243ba7932a687ade6f70ea3c0c7865bde2 | [log] [tgz] |
---|---|---|
author | Motorhead1991 <motor-head-1991@hotmail.com> | Thu Jun 12 15:57:36 2014 -0700 |
committer | Gerrit Code Review <gerrit2@gerrit> | Mon Jun 30 18:32:20 2014 +0200 |
tree | dab7507330180d3a5e76000ef38115f6613da247 | |
parent | 1c39bc65b90bdc3104939bfd0270e7cbdeb1c53f [diff] |
GUI: Add -fno-strict-aliasing to GUI for Vanir Change-Id: Id772737d2856698861686671152f14bad800cd5c
diff --git a/gui/Android.mk b/gui/Android.mk index 0f20f16..d8edead 100644 --- a/gui/Android.mk +++ b/gui/Android.mk
@@ -1,6 +1,8 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) +LOCAL_CFLAGS := -fno-strict-aliasing + LOCAL_SRC_FILES := \ gui.cpp \ resources.cpp \