summaryrefslogtreecommitdiff
path: root/dx/junit-tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dx/junit-tests/Android.mk')
-rw-r--r--dx/junit-tests/Android.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/dx/junit-tests/Android.mk b/dx/junit-tests/Android.mk
deleted file mode 100644
index b6dc00f11..000000000
--- a/dx/junit-tests/Android.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2011 The Android Open Source Project
-
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(call all-subdir-java-files)
-LOCAL_JAVA_LIBRARIES := dx junit-host
-LOCAL_MODULE_TAGS := tests
-LOCAL_MODULE:= dx-tests
-include $(BUILD_HOST_JAVA_LIBRARY)