summaryrefslogtreecommitdiffstats
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, 9 insertions, 0 deletions
diff --git a/host/migration/Android.mk b/host/migration/Android.mk
new file mode 100644
index 0000000..7c83e9d
--- /dev/null
+++ b/host/migration/Android.mk
@@ -0,0 +1,9 @@
+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)