mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-19 13:56:23 +00:00
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>
This commit is contained in:
parent
267b352c4f
commit
06fb6c233d
@ -4,8 +4,7 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
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
|
LOCAL_CFLAGS += -DHAVE_TERMIOS_H
|
||||||
@ -24,6 +23,7 @@ LOCAL_STATIC_LIBRARIES := libintel_gpu_tools
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libdrm
|
LOCAL_SHARED_LIBRARIES := libdrm
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
# This demo (intel_sprite_on.c) wont build on android
|
||||||
|
#include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
#================#
|
#================#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user