Disable -Wframe-larger-than for non-linux hosts

Change-Id: Id9ceb398cc6741545728009672f596abf32cb99f
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 0b015fe..7d47e1f 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -44,8 +44,10 @@
 	-fno-align-jumps \
 	-fstrict-aliasing
 
+ifeq ($(HOST_OS),linux)
 art_non_debug_cflags := \
 	-Wframe-larger-than=1728
+endif
 
 art_debug_cflags := \
 	-UNDEBUG