summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-05-28 02:10:50 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-05-28 02:10:50 +0530
commite8468c46f4681a0cd55ee3c2df1af3571db15067 (patch)
tree95f846f0a0ec830768483d41e56170c31155b136
parent8d695968578fed0916d362f6b35c0d367919e847 (diff)
downloadlinaro-android-kernel-test-e8468c46f4681a0cd55ee3c2df1af3571db15067.tar.gz
evtest: do not build kernel module for real this time
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--evdevtest/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/evdevtest/Android.mk b/evdevtest/Android.mk
index 1d74d14..f736ed3 100644
--- a/evdevtest/Android.mk
+++ b/evdevtest/Android.mk
@@ -1,3 +1,4 @@
+ifeq ($(strip $(TARGET_PREBUILT_KERNEL)),)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include $(LOCAL_PATH)/kernel_module/Makefile
@@ -7,3 +8,4 @@ LOCAL_MODULE := juice_evtest
LOCAL_MODULE_TAGS := optional tests
include $(BUILD_EXECUTABLE)
+endif