19730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# Copyright (C) 2011 The Android Open Source Project
29730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson#
39730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# Licensed under the Apache License, Version 2.0 (the "License");
49730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# you may not use this file except in compliance with the License.
59730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# You may obtain a copy of the License at
69730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson#
79730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson#      http://www.apache.org/licenses/LICENSE-2.0
89730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson#
99730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# Unless required by applicable law or agreed to in writing, software
109730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# distributed under the License is distributed on an "AS IS" BASIS,
119730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
129730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# See the License for the specific language governing permissions and
139730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson# limitations under the License.
149730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson
159730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_PATH := $(call my-dir)
169730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudsoninclude $(CLEAR_VARS)
179730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson
189730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_CERTIFICATE := shared
199730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_JAVA_LIBRARIES := android.test.runner
209730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_MODULE_TAGS := tests
219730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_PACKAGE_NAME := AndroidExVariablespeedTests
229730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_SDK_VERSION := current
239730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_SRC_FILES := $(call all-java-files-under, src)
249730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_STATIC_JAVA_LIBRARIES := android-ex-variablespeed
259730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_REQUIRED_MODULES := libvariablespeed
269730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo HudsonLOCAL_PROGUARD_ENABLED := disabled
279730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudson
289730f15ebbf4b64cd48e0777850e56cb516a9ed4Hugo Hudsoninclude $(BUILD_PACKAGE)
29