1cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# Copyright (C) 2016 The Android Open Source Project
2cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann#
3cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# Licensed under the Apache License, Version 2.0 (the "License");
4cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# you may not use this file except in compliance with the License.
5cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# You may obtain a copy of the License at
6cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann#
7cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann#      http://www.apache.org/licenses/LICENSE-2.0
8cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann#
9cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# Unless required by applicable law or agreed to in writing, software
10cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# distributed under the License is distributed on an "AS IS" BASIS,
11cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# See the License for the specific language governing permissions and
13cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann# limitations under the License.
14cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
15cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. MoltmannLOCAL_PATH := $(call my-dir)
16cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
17cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmanninclude $(CLEAR_VARS)
18cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
19cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. MoltmannLOCAL_MODULE_TAGS := tests
20cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
21cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. MoltmannLOCAL_SRC_FILES := $(call all-java-files-under, src)
22cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
23ab6ec61251786bf6b4d0407db3bc28aeefcb55dbAnton HanssonLOCAL_JAVA_LIBRARIES := android.test.runner.stubs
2413fba9dbe74de3c207eb55ecf3a28c35736bdc4cPhilip P. MoltmannLOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator mockito-target-minus-junit4 print-test-util-lib
25cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
26cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. MoltmannLOCAL_PACKAGE_NAME := PrintSpoolerOutOfProcessTests
27ab6ec61251786bf6b4d0407db3bc28aeefcb55dbAnton HanssonLOCAL_SDK_VERSION := current
28473a16e492f0e0b0f726d4351214783458466d2cSimran BasiLOCAL_COMPATIBILITY_SUITE := device-tests
29cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmann
30cc021c9a204a17109c9ddf4cb03fc5b174f748b0Philip P. Moltmanninclude $(BUILD_PACKAGE)
31