[Intel-gfx] [PATCH i-g-t] Demos/Android.mk: dont build intel_sprite_on

tim.gore at intel.com tim.gore at intel.com
Fri Dec 12 02:18:37 PST 2014


From: Tim Gore <tim.gore at intel.com>

intel_sprite_on wont build on Android, due to use
of a particular API that has changed in Gmin

Signed-off-by: Tim Gore <tim.gore at intel.com>
---
 demos/Android.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/demos/Android.mk b/demos/Android.mk
index 6227e06..be7f3c2 100644
--- a/demos/Android.mk
+++ b/demos/Android.mk
@@ -4,11 +4,13 @@ LOCAL_PATH := $(call my-dir)
 
 include $(CLEAR_VARS)
 
-LOCAL_SRC_FILES := intel_sprite_on.c
+# This demo wont build on android (from Gmin on). 
+#LOCAL_SRC_FILES := intel_sprite_on.c
+
 
 LOCAL_CFLAGS += -DHAVE_TERMIOS_H
 LOCAL_CFLAGS += -DANDROID -UNDEBUG
-LOCAL_CFLAGS += -std=c99
+LOCAL_CFLAGS += -std=gnu99
 # Excessive complaining for established cases. Rely on the Linux version warnings.
 LOCAL_CFLAGS += -Wno-sign-compare
 
-- 
2.1.3



More information about the Intel-gfx mailing list