[Intel-gfx] [PATCH i-g-t v2] Demos/Android.mk: dont build intel_sprite_on
tim.gore at intel.com
tim.gore at intel.com
Fri Dec 12 03:55:21 PST 2014
From: Tim Gore <tim.gore at intel.com>
intel_sprite_on wont build on Android.
Signed-off-by: Tim Gore <tim.gore at intel.com>
---
demos/Android.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/demos/Android.mk b/demos/Android.mk
index 6227e06..d2592b1 100644
--- a/demos/Android.mk
+++ b/demos/Android.mk
@@ -4,7 +4,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := intel_sprite_on.c
+# This demo wont build on android
+#LOCAL_SRC_FILES := intel_sprite_on.c
+
LOCAL_CFLAGS += -DHAVE_TERMIOS_H
LOCAL_CFLAGS += -DANDROID -UNDEBUG
--
2.1.3
More information about the Intel-gfx
mailing list