summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 143048e0c75f686817dda6a3085071668d2db7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#LOCAL_PATH:= $(call my-dir)
#
#include $(CLEAR_VARS)
#
#LOCAL_JAVA_LIBRARIES := org.dirtyunicorns.utils
#
#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)