aboutsummaryrefslogtreecommitdiffstats
path: root/host/migration/Android.mk
blob: 7c83e9d0f81270cf4c677940852794eba11310f0 (plain)
1
2
3
4
5
6
7
8
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)