11d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# Copyright (C) 2012 The Android Open Source Project
21d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert#
31d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# Licensed under the Apache License, Version 2.0 (the "License");
41d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# you may not use this file except in compliance with the License.
51d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# You may obtain a copy of the License at
61d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert#
71d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert#      http://www.apache.org/licenses/LICENSE-2.0
81d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert#
91d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# Unless required by applicable law or agreed to in writing, software
101d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# distributed under the License is distributed on an "AS IS" BASIS,
111d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
121d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# See the License for the specific language governing permissions and
131d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# limitations under the License.
141d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert
151d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn BringertLOCAL_PATH := $(call my-dir)
161d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert
171d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringertinclude $(CLEAR_VARS)
181d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert
191d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert# Only compile source java files in this lib.
201d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn BringertLOCAL_SRC_FILES := $(call all-java-files-under, src)
211d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn BringertLOCAL_JAVA_RESOURCE_DIRS := src
221d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert
231d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn BringertLOCAL_MODULE := ant-glob
241d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert
251d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn BringertLOCAL_MODULE_TAGS := optional
261d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert
271d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringertinclude $(BUILD_HOST_JAVA_LIBRARY)
281d580d0f6ee4f21eb309ba7b509d2c6d671c4044Bjorn Bringert