Message ID | 1418394540-12883-1-git-send-email-tim.gore@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/demos/Android.mk b/demos/Android.mk index b20d61e..5a00116 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) #================#