12d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block#
22d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# Copyright (C) 2011 The Android Open Source Project
32d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block#
42d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# Licensed under the Apache License, Version 2.0 (the "License");
52d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# you may not use this file except in compliance with the License.
62d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# You may obtain a copy of the License at
72d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block#
82d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block#      http://www.apache.org/licenses/LICENSE-2.0
92d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block#
102d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# Unless required by applicable law or agreed to in writing, software
112d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# distributed under the License is distributed on an "AS IS" BASIS,
122d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
132d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# See the License for the specific language governing permissions and
142d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block# limitations under the License.
152d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block#
162d803903af6158722c846ad8c605a7e8f7e4fd6dSteve BlockLOCAL_PATH:= $(call my-dir)
172d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Blockinclude $(CLEAR_VARS)
182d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block
192d803903af6158722c846ad8c605a7e8f7e4fd6dSteve BlockLOCAL_MODULE_TAGS := tests
202d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block
212d803903af6158722c846ad8c605a7e8f7e4fd6dSteve BlockLOCAL_SRC_FILES := $(call all-subdir-java-files)
222d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block
232d803903af6158722c846ad8c605a7e8f7e4fd6dSteve BlockLOCAL_JAVA_LIBRARIES := android.test.runner
242d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block
252d803903af6158722c846ad8c605a7e8f7e4fd6dSteve BlockLOCAL_PACKAGE_NAME := WebViewTests
262d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Block
272d803903af6158722c846ad8c605a7e8f7e4fd6dSteve Blockinclude $(BUILD_PACKAGE)
28