summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gore <tim.gore@intel.com>2014-12-12 11:55:21 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-12 12:18:22 +0000
commit264e1ac10ac14a098a78cc9f96c4e7cabb124ee5 (patch)
treecd624b1b54c8072d685295002b76f07cc91e2021
parent6414707bdc318a0bed4c3ae2fe404e27f3cd377c (diff)
Demos/Android.mk: dont build intel_sprite_on
intel_sprite_on wont build on Android. Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--demos/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/Android.mk b/demos/Android.mk
index 6227e06f..d2592b11 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