summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gore <tim.gore@intel.com>2014-12-12 14:29:00 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-12 14:41:45 +0000
commit06fb6c233dd82aac766aa9206644f6eff668ca99 (patch)
treed1cc7e37fccaa621afb95b2933bd1bd04f800566
parent267b352c4fd161a5e96d0a569cdc1f7a3191e90e (diff)
Demos/Android.mk: dont build intel_sprite_on
intel_sprite_on wont build on Android. Previous attempt to disable was just wrong! Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--demos/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/Android.mk b/demos/Android.mk
index b20d61ed..5a00116f 100644
--- a/demos/Android.mk
+++ b/demos/Android.mk
@@ -4,8 +4,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-# This demo wont build on android
-#LOCAL_SRC_FILES := intel_sprite_on.c
+LOCAL_SRC_FILES := intel_sprite_on.c
LOCAL_CFLAGS += -DHAVE_TERMIOS_H
@@ -24,6 +23,7 @@ LOCAL_STATIC_LIBRARIES := libintel_gpu_tools
LOCAL_SHARED_LIBRARIES := libdrm
-include $(BUILD_EXECUTABLE)
+# This demo (intel_sprite_on.c) wont build on android
+#include $(BUILD_EXECUTABLE)
#================#