aboutsummaryrefslogtreecommitdiffstats
path: root/host/migration/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'host/migration/Android.mk')
-rw-r--r--host/migration/Android.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/host/migration/Android.mk b/host/migration/Android.mk
deleted file mode 100644
index 7c83e9d0..00000000
--- a/host/migration/Android.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := $(call all-subdir-java-files)
-
-LOCAL_MODULE:= migration-interface
-
-include $(BUILD_HOST_JAVA_LIBRARY)