blob: 9993142ccc53167a3725dd2b64b7bc3904554d40 [file] [log] [blame]
Christopher Lane6f31d652014-06-20 13:54:04 -07001LOCAL_PATH := $(call my-dir)
2
3# This module target includes just the single core file: NanoHTTPD.java, which
4# is enough for HTTP 1.1 support and nothing else.
5
6include $(CLEAR_VARS)
7
8LOCAL_SRC_FILES := $(call all-java-files-under, core/src/main)
9LOCAL_MODULE := libnanohttpd
10LOCAL_MODULE_TAGS := optional
11
12include $(BUILD_STATIC_JAVA_LIBRARY)