10be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson#
20be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# Copyright (C) 2011 The Android Open Source Project
30be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson#
40be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# Licensed under the Apache License, Version 2.0 (the "License");
50be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# you may not use this file except in compliance with the License.
60be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# You may obtain a copy of the License at
70be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson#
80be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson#      http://www.apache.org/licenses/LICENSE-2.0
90be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson#
100be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# Unless required by applicable law or agreed to in writing, software
110be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# distributed under the License is distributed on an "AS IS" BASIS,
120be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# See the License for the specific language governing permissions and
140be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson# limitations under the License.
150be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson#
160be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse WilsonLOCAL_PATH := $(call my-dir)
170be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson
180be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilsonapache-xml_src_files := $(call all-java-files-under,src/main/java)
190be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson
200be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilsoninclude $(CLEAR_VARS)
210be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse WilsonLOCAL_MODULE := apache-xml
220be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse WilsonLOCAL_MODULE_TAGS := optional
230be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse WilsonLOCAL_SRC_FILES := $(apache-xml_src_files)
240be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse WilsonLOCAL_JAVACFLAGS := -encoding UTF-8
2582ba687f1b83995c7ea8c23e8be1c437558c6b26Brian CarlstromLOCAL_JAVA_LIBRARIES := core-libart
260be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse WilsonLOCAL_NO_STANDARD_LIBRARIES := true
27c5cd1f43011fff85944b0558aaf1718f0eb9ab11Jesse WilsonLOCAL_JAVA_RESOURCE_DIRS := src/main/java
280be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilsoninclude $(BUILD_JAVA_LIBRARY)
290be4d7ce48d3851f2e4110f8f0b0d3129f5327fbJesse Wilson
30f5eed49eb318c94eefbfd840f7eaac159983e060Ian Rogersinclude $(CLEAR_VARS)
31f5eed49eb318c94eefbfd840f7eaac159983e060Ian RogersLOCAL_MODULE := apache-xml-hostdex
32f5eed49eb318c94eefbfd840f7eaac159983e060Ian RogersLOCAL_MODULE_TAGS := optional
33f5eed49eb318c94eefbfd840f7eaac159983e060Ian RogersLOCAL_SRC_FILES := $(apache-xml_src_files)
34f5eed49eb318c94eefbfd840f7eaac159983e060Ian RogersLOCAL_JAVACFLAGS := -encoding UTF-8
35f5eed49eb318c94eefbfd840f7eaac159983e060Ian RogersLOCAL_MODULE_TAGS := optional
36f5eed49eb318c94eefbfd840f7eaac159983e060Ian RogersLOCAL_JAVA_RESOURCE_DIRS := src/main/java
37f5eed49eb318c94eefbfd840f7eaac159983e060Ian Rogersinclude $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
38