summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index 147f5db7..c0fa09ff 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -1,6 +1,7 @@
LOCAL_PATH := $(call my-dir)
include $(LOCAL_PATH)/Makefile.sources
+IGT_LOCAL_C_INCLUDES = $(LOCAL_PATH)/../lib
#================#
@@ -9,6 +10,7 @@ define add_benchmark
LOCAL_SRC_FILES := $1.c
+ LOCAL_C_INCLUDES = ${IGT_LOCAL_C_INCLUDES}
LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM
LOCAL_CFLAGS += -DANDROID -UNDEBUG -include "check-ndebug.h"
LOCAL_CFLAGS += -std=gnu99