blob: d543ba4d0a56d2814d68078082c11b87e1e1fe80 [file] [log] [blame]
#LOCAL_PATH:= $(call my-dir)
#
#include $(CLEAR_VARS)
#
#LOCAL_JAVA_LIBRARIES := org.dirtyunicorns.utils
#
#LOCAL_STATIC_JAVA_LIBRARIES := \
# trail-drawing \
# rebound
#
#LOCAL_SRC_FILES := $(call all-java-files-under, src)
#
#LOCAL_MODULE_TAGS := optional
#
#LOCAL_MODULE := org.dirtyunicorns.navigation-static-internal
#
#include $(BUILD_STATIC_JAVA_LIBRARY)