13742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# Copyright 2011, The Android Open Source Project
23742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman#
33742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# Licensed under the Apache License, Version 2.0 (the "License");
43742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# you may not use this file except in compliance with the License.
53742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# You may obtain a copy of the License at
63742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman#
73742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman#     http://www.apache.org/licenses/LICENSE-2.0
83742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman#
93742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# Unless required by applicable law or agreed to in writing, software
103742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# distributed under the License is distributed on an "AS IS" BASIS,
113742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# See the License for the specific language governing permissions and
133742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman# limitations under the License.
143742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman
153742d9db8b6edb10627b0f89336cca5249f1d15aManuel RomanLOCAL_PATH := $(call my-dir)
163742d9db8b6edb10627b0f89336cca5249f1d15aManuel Romaninclude $(CLEAR_VARS)
173742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman
183742d9db8b6edb10627b0f89336cca5249f1d15aManuel RomanLOCAL_MODULE := JmDNS
193742d9db8b6edb10627b0f89336cca5249f1d15aManuel RomanLOCAL_MODULE_TAGS := optional
203742d9db8b6edb10627b0f89336cca5249f1d15aManuel RomanLOCAL_SDK_VERSION := 8
213742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman
223742d9db8b6edb10627b0f89336cca5249f1d15aManuel RomanLOCAL_SRC_FILES := \
233742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman    $(call all-java-files-under, src) \
243742d9db8b6edb10627b0f89336cca5249f1d15aManuel Roman
253742d9db8b6edb10627b0f89336cca5249f1d15aManuel Romaninclude $(BUILD_STATIC_JAVA_LIBRARY)
26