15a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# Copyright (C) 2008 The Android Open Source Project
25a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot#
35a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# Licensed under the Apache License, Version 2.0 (the "License");
45a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# you may not use this file except in compliance with the License.
55a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# You may obtain a copy of the License at
65a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot#
75a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot#      http://www.apache.org/licenses/LICENSE-2.0
85a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot#
95a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# Unless required by applicable law or agreed to in writing, software
105a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# distributed under the License is distributed on an "AS IS" BASIS,
115a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# See the License for the specific language governing permissions and
135a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# limitations under the License.
145a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot
155a6e989368cab2b72ab8db50330d02e459b47d4android-build-team RobotLOCAL_PATH:= $(call my-dir)
165a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot
175a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robotinclude $(CLEAR_VARS)
185a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot
195a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot# Note: common/cglib 2.2 requires the old asm 3.3.x.
205a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot
215a6e989368cab2b72ab8db50330d02e459b47d4android-build-team RobotLOCAL_PREBUILT_JAVA_LIBRARIES := \
225a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot    asm-3-tools:asm-3.3.1$(COMMON_JAVA_PACKAGE_SUFFIX) \
235a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot    asm-tools:asm-4.0$(COMMON_JAVA_PACKAGE_SUFFIX) \
245a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot    asm-tree-tools:asm-tree-4.0$(COMMON_JAVA_PACKAGE_SUFFIX) \
255a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot    asm-analysis-tools:asm-analysis-4.0$(COMMON_JAVA_PACKAGE_SUFFIX)
265a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot
275a6e989368cab2b72ab8db50330d02e459b47d4android-build-team RobotLOCAL_MODULE_TAGS := optional
285a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robot
295a6e989368cab2b72ab8db50330d02e459b47d4android-build-team Robotinclude $(BUILD_HOST_PREBUILT)
30