summaryrefslogtreecommitdiff
path: root/benchmarks/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/Android.mk')
-rw-r--r--benchmarks/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index c0fa09ff..faa73b71 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -18,6 +18,7 @@ define add_benchmark
LOCAL_CFLAGS += -Wno-error=return-type
# Excessive complaining for established cases. Rely on the Linux version warnings.
LOCAL_CFLAGS += -Wno-sign-compare
+ LOCAL_LDFLAGS += -lkmod
LOCAL_MODULE := $1_benchmark
LOCAL_MODULE_TAGS := optional
@@ -26,6 +27,7 @@ define add_benchmark
LOCAL_STATIC_LIBRARIES := libintel_gpu_tools
LOCAL_SHARED_LIBRARIES := libpciaccess \
+ libkmod \
libdrm \
libdrm_intel