1663744c839163924037ff1e8c818f8b540675170David Tseng# Copyright (C) 2010 The Android Open Source Project
2663744c839163924037ff1e8c818f8b540675170David Tseng#
3663744c839163924037ff1e8c818f8b540675170David Tseng# Licensed under the Apache License, Version 2.0 (the "License");
4663744c839163924037ff1e8c818f8b540675170David Tseng# you may not use this file except in compliance with the License.
5663744c839163924037ff1e8c818f8b540675170David Tseng# You may obtain a copy of the License at
6663744c839163924037ff1e8c818f8b540675170David Tseng#
7663744c839163924037ff1e8c818f8b540675170David Tseng#      http://www.apache.org/licenses/LICENSE-2.0
8663744c839163924037ff1e8c818f8b540675170David Tseng#
9663744c839163924037ff1e8c818f8b540675170David Tseng# Unless required by applicable law or agreed to in writing, software
10663744c839163924037ff1e8c818f8b540675170David Tseng# distributed under the License is distributed on an "AS IS" BASIS,
11663744c839163924037ff1e8c818f8b540675170David Tseng# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12663744c839163924037ff1e8c818f8b540675170David Tseng# See the License for the specific language governing permissions and
13663744c839163924037ff1e8c818f8b540675170David Tseng# limitations under the License.
14663744c839163924037ff1e8c818f8b540675170David Tseng#
15663744c839163924037ff1e8c818f8b540675170David Tseng#
16663744c839163924037ff1e8c818f8b540675170David Tseng
17663744c839163924037ff1e8c818f8b540675170David TsengLOCAL_PATH := $(call my-dir)
18663744c839163924037ff1e8c818f8b540675170David Tseng
19663744c839163924037ff1e8c818f8b540675170David Tsenginclude $(CLEAR_VARS)
20663744c839163924037ff1e8c818f8b540675170David Tseng
21663744c839163924037ff1e8c818f8b540675170David TsengLOCAL_SRC_FILES := $(call all-java-files-under, AccessCheck/src)
22663744c839163924037ff1e8c818f8b540675170David Tseng
23baba482f4f6a79af073ba61ca672e7220afb4507Jean-Baptiste QueruLOCAL_MODULE_TAGS := optional
24663744c839163924037ff1e8c818f8b540675170David Tseng
25663744c839163924037ff1e8c818f8b540675170David TsengLOCAL_MODULE := accessibilityvalidator
2616bd4c7a4d1bfe229068b637614dad7c48dd2cebDavid TsengLOCAL_JAR_MANIFEST := MANIFEST.MF
27663744c839163924037ff1e8c818f8b540675170David Tseng
28663744c839163924037ff1e8c818f8b540675170David Tsenginclude $(BUILD_HOST_JAVA_LIBRARY)
29