summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-04-14 15:10:20 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-06-07 13:28:16 +0300
commit6047b01fc6faae5181c75c21e69117e71126064c (patch)
tree66046cfbbf97708bfde6c8312e2094073c7e7ca3 /benchmarks
parent60c5bb538c5353259043f3136615c641711349d6 (diff)
Android.mk: Use drm stubs
Use drm stubs that sit under lib/stubs. Also drop strange, nonexistent additions to LOCAL_C_INCLUDES. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index faa73b71..4ea275c4 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -10,7 +10,8 @@ define add_benchmark
LOCAL_SRC_FILES := $1.c
- LOCAL_C_INCLUDES = ${IGT_LOCAL_C_INCLUDES}
+ LOCAL_C_INCLUDES = ${IGT_LOCAL_C_INCLUDES} \
+ $(LOCAL_PATH)/../lib/stubs/drm/
LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM
LOCAL_CFLAGS += -DANDROID -UNDEBUG -include "check-ndebug.h"
LOCAL_CFLAGS += -std=gnu99