10bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy#
20bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# Copyright (C) 2010 The Android Open Source Project
30bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy#
40bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# Licensed under the Apache License, Version 2.0 (the "License");
50bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# you may not use this file except in compliance with the License.
60bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# You may obtain a copy of the License at
70bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy#
80bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy#      http://www.apache.org/licenses/LICENSE-2.0
90bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy#
100bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# Unless required by applicable law or agreed to in writing, software
110bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# distributed under the License is distributed on an "AS IS" BASIS,
120bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# See the License for the specific language governing permissions and
140bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy# limitations under the License.
150bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy#
160bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy
170bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain GuyLOCAL_PATH:= $(call my-dir)
180bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guyinclude $(CLEAR_VARS)
190bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy
200bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain GuyLOCAL_SRC_FILES := $(call all-subdir-java-files)
210bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy
220bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain GuyLOCAL_PACKAGE_NAME := HwAccelerationTest
230bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy
240bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain GuyLOCAL_MODULE_TAGS := tests
250bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guy
260bbae0836426ba2704e38e7f90a9d0ca502ab71dRomain Guyinclude $(BUILD_PACKAGE)
27