blob: d543ba4d0a56d2814d68078082c11b87e1e1fe80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#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)
|