136db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi#
236db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# Copyright (C) 2016 The Android Open Source Project
336db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi#
436db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# Licensed under the Apache License, Version 2.0 (the "License");
536db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# you may not use this file except in compliance with the License.
636db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# You may obtain a copy of the License at
736db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi#
836db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi#      http://www.apache.org/licenses/LICENSE-2.0
936db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi#
1036db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# Unless required by applicable law or agreed to in writing, software
1136db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# distributed under the License is distributed on an "AS IS" BASIS,
1236db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1336db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# See the License for the specific language governing permissions and
1436db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi# limitations under the License.
1536db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi#
1636db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi
1736db127e4733ea8ef41a96be5b683e1a2e705677Jorim JaggiLOCAL_PATH:= $(call my-dir)
1836db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggiinclude $(CLEAR_VARS)
1936db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi
2036db127e4733ea8ef41a96be5b683e1a2e705677Jorim JaggiLOCAL_SRC_FILES := $(call all-subdir-java-files)
2136db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi
2236db127e4733ea8ef41a96be5b683e1a2e705677Jorim JaggiLOCAL_PACKAGE_NAME := WindowManagerStressTest
2336db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi
2436db127e4733ea8ef41a96be5b683e1a2e705677Jorim JaggiLOCAL_MODULE_TAGS := tests
2536db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggi
2636db127e4733ea8ef41a96be5b683e1a2e705677Jorim Jaggiinclude $(BUILD_PACKAGE)
27