mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 18:06:18 +00:00
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>
This commit is contained in:
parent
6414707bdc
commit
264e1ac10a
@ -4,7 +4,9 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
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 += -DHAVE_TERMIOS_H
|
||||||
LOCAL_CFLAGS += -DANDROID -UNDEBUG
|
LOCAL_CFLAGS += -DANDROID -UNDEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user