summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 18:00:57 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 18:08:27 +0530
commit2c1e0f9f23e8cdc63f84cd00710b9e5afe473f9b (patch)
treea5b146dbdc3b998777ab9817302db8d5122b08ca
parent3fdcb256434e53c263f44f604908e5d8f445096f (diff)
downloadlinaro-android-kernel-test-linaro-juice-master-20140514.tar.gz
disable references to evdevtestlinaro-juice-master-20140514
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: Iad7e92560464a4835075cb7e062481112dbfa29b
-rwxr-xr-xlinaro-android-kernel-tests.sh7
-rw-r--r--product.mk4
2 files changed, 0 insertions, 11 deletions
diff --git a/linaro-android-kernel-tests.sh b/linaro-android-kernel-tests.sh
index e23550d..d8d030c 100755
--- a/linaro-android-kernel-tests.sh
+++ b/linaro-android-kernel-tests.sh
@@ -81,10 +81,6 @@ run_vfat_test() {
vfat-volid-test.sh
}
-run_evdev_test() {
- echo "Running evdev test."
- juice_evtest.sh
-}
run_swp_swpb_test(){
echo "Running swp-swpb test."
swp-test-static
@@ -121,9 +117,6 @@ run_tests() {
vfat)
run_vfat_test
;;
- evdev)
- run_evdev_test
- ;;
swp-swpb)
run_swp_swpb_test
;;
diff --git a/product.mk b/product.mk
index 0475a9c..65ad680 100644
--- a/product.mk
+++ b/product.mk
@@ -41,7 +41,3 @@ PRODUCT_COPY_FILES += \
external/linaro-android-kernel-test/ashmemtest-expanded/test5.txt:data/linaro-android-kernel-test/ashmemtest-expanded/test5.txt \
external/linaro-android-kernel-test/ashmemtest-expanded/test5.out:data/linaro-android-kernel-test/ashmemtest-expanded/test5.out
-ifeq ($(strip $(TARGET_PREBUILT_KERNEL)),)
-PRODUCT_PACKAGES += juice_evtest
-PRODUCT_COPY_FILES += external/linaro-android-kernel-test/evdevtest/juice_evtest.sh:system/bin/juice_evtest.sh
-endif