169e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal#
269e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# Copyright (C) 2011 The Android Open Source Project
369e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal#
469e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# Licensed under the Apache License, Version 2.0 (the "License");
569e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# you may not use this file except in compliance with the License.
669e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# You may obtain a copy of the License at
769e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal#
869e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal#      http://www.apache.org/licenses/LICENSE-2.0
969e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal#
1069e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# Unless required by applicable law or agreed to in writing, software
1169e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# distributed under the License is distributed on an "AS IS" BASIS,
1269e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1369e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# See the License for the specific language governing permissions and
1469e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# limitations under the License.
1569e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal#
1669e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal
1769e17611504376e4d4603925f8528dfc890fd2c6Luis SigalLOCAL_PATH := $(call my-dir)
1869e17611504376e4d4603925f8528dfc890fd2c6Luis Sigalinclude $(CLEAR_VARS)
1969e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal
2069e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# We only want this apk build for tests.
2169e17611504376e4d4603925f8528dfc890fd2c6Luis SigalLOCAL_MODULE_TAGS := tests
2269e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal
2369e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal# We need classes from the tools dir in the JDK
2469e17611504376e4d4603925f8528dfc890fd2c6Luis SigalLOCAL_CLASSPATH := $(HOST_JDK_TOOLS_JAR)
2569e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal
267c591b9203e890acd77be8d03fee646cd2c64503Bjorn BringertLOCAL_MODULE := javassist
2769e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal
2869e17611504376e4d4603925f8528dfc890fd2c6Luis SigalLOCAL_SRC_FILES := $(call all-java-files-under,src/main)
2969e17611504376e4d4603925f8528dfc890fd2c6Luis Sigal
3069e17611504376e4d4603925f8528dfc890fd2c6Luis Sigalinclude $(BUILD_HOST_JAVA_LIBRARY)
31