Android.mk revision 7365493ad8d360c1dcf9cd8b6eee62747af01cae
17a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# Copyright (C) 2009 The Android Open Source Project
27a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm#
37a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# Licensed under the Apache License, Version 2.0 (the "License");
47a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# you may not use this file except in compliance with the License.
57a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# You may obtain a copy of the License at
67a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm#
77a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm#      http://www.apache.org/licenses/LICENSE-2.0
87a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm#
97a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# Unless required by applicable law or agreed to in writing, software
107a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# distributed under the License is distributed on an "AS IS" BASIS,
117a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# See the License for the specific language governing permissions and
137a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# limitations under the License.
147a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
157a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidmLOCAL_PATH := $(call my-dir)
167a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
177a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
187a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# dexdeps java library
197a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm# ============================================================
207a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidminclude $(CLEAR_VARS)
217a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
227a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidmLOCAL_SRC_FILES := $(call all-subdir-java-files)
237a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidmLOCAL_JAR_MANIFEST := ../etc/manifest.txt
247a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
257a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidmLOCAL_MODULE:= dexdeps
267a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
277a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidminclude $(BUILD_HOST_JAVA_LIBRARY)
287a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
297a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidmINTERNAL_DALVIK_MODULES += $(LOCAL_INSTALLED_MODULE)
307a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm
317a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidminclude $(BUILD_DROIDDOC)
327a8b0ba6176eb3f6636c30cc238e5204b268840chp.com!davidm