blob: 7c83e9d0f81270cf4c677940852794eba11310f0 [file] [log] [blame]
Adnan Begovicd5fdee92015-11-13 15:28:21 -08001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES := $(call all-subdir-java-files)
6
7LOCAL_MODULE:= migration-interface
8
9include $(BUILD_HOST_JAVA_LIBRARY)