From 1ae1d290bf0b0c0f6a1e8f81d47c2a4f5a51714a Mon Sep 17 00:00:00 2001 From: Derek Morton Date: Mon, 27 Jul 2015 11:30:58 +0100 Subject: benchmarks/Android.mk, tools/Android.mk: Fix android build error Recently added tools / benckmarks have the same module name as existing tests. Android does not allow duplicate modules. This patch appends _benchmark and _tool to the module names used when building benckmarks and tools to prevent clashes with tests of the same name. Signed-off-by: Derek Morton Signed-off-by: Daniel Vetter --- benchmarks/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/Android.mk') diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk index 14fc0a7e..da11c441 100644 --- a/benchmarks/Android.mk +++ b/benchmarks/Android.mk @@ -17,7 +17,7 @@ define add_benchmark # Excessive complaining for established cases. Rely on the Linux version warnings. LOCAL_CFLAGS += -Wno-sign-compare - LOCAL_MODULE := $1 + LOCAL_MODULE := $1_benchmark LOCAL_MODULE_TAGS := optional LOCAL_STATIC_LIBRARIES := libintel_gpu_tools -- cgit v1.2.3