blob: d543ba4d0a56d2814d68078082c11b87e1e1fe80 [file] [log] [blame]
bigrushdog37a0e6d2016-02-28 02:45:13 -08001#LOCAL_PATH:= $(call my-dir)
2#
3#include $(CLEAR_VARS)
4#
5#LOCAL_JAVA_LIBRARIES := org.dirtyunicorns.utils
6#
7#LOCAL_STATIC_JAVA_LIBRARIES := \
8# trail-drawing \
9# rebound
10#
11#LOCAL_SRC_FILES := $(call all-java-files-under, src)
12#
13#LOCAL_MODULE_TAGS := optional
14#
15#LOCAL_MODULE := org.dirtyunicorns.navigation-static-internal
16#
17#include $(BUILD_STATIC_JAVA_LIBRARY)
Randall Rushinga6ac5312015-06-15 00:29:51 -070018