summaryrefslogtreecommitdiff
path: root/evdevtest/Android.mk
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 15:13:21 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 15:14:32 +0530
commit15120adcdfd38486243296ad5baf5eb0ed30e14c (patch)
treee82eb9fe9efba4e60622057833835cd5f36836c4 /evdevtest/Android.mk
parent3f995b4f2c06710f0e3c147f0281cef0bf485ec4 (diff)
downloadlinaro-android-kernel-test-15120adcdfd38486243296ad5baf5eb0ed30e14c.tar.gz
Remove Evdevtest as Android doesn't support modules
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I0e136cab9f4b9056dbb9cb939cbee6c29855cb1b
Diffstat (limited to 'evdevtest/Android.mk')
-rw-r--r--evdevtest/Android.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/evdevtest/Android.mk b/evdevtest/Android.mk
deleted file mode 100644
index 1d74d14..0000000
--- a/evdevtest/Android.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-include $(LOCAL_PATH)/kernel_module/Makefile
-$(PRODUCT_OUT)/system/bin/juice_evtest: evdevtest_driver
-LOCAL_SRC_FILES := juice_evtest.c
-LOCAL_MODULE := juice_evtest
-LOCAL_MODULE_TAGS := optional tests
-
-include $(BUILD_EXECUTABLE)