blob: 2c280274f0225c19b3250881b99637f764569880 [file] [log] [blame]
Sasha Smundak3911d1b2019-04-25 18:15:21 -07001// Copyright (C) 2016 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Bob Badour90545892021-02-23 18:55:26 -080015package {
16 default_applicable_licenses: ["Android-Apache-2.0"],
17}
18
Sasha Smundak3911d1b2019-04-25 18:15:21 -070019java_test_host {
20 name: "CtsSystemUiHostTestCases",
21 defaults: ["cts_defaults"],
22 srcs: ["src/**/*.java"],
23 libs: [
24 "cts-tradefed",
25 "tradefed",
26 "compatibility-host-util",
Jeffrey Huang5fa87d52020-11-13 15:06:23 -080027 "core_cts_test_resources",
28 ],
29
30 static_libs: [
31 "cts-statsd-atom-host-test-utils",
Julien Despreze2a723b42021-06-29 03:09:28 +000032 "platformprotos",
Fabian Kozynskiaaaa0112022-03-08 17:48:39 -050033 "CompatChangeGatingTestBase",
Sasha Smundak3911d1b2019-04-25 18:15:21 -070034 ],
35 // Tag this module as a cts test artifact
36 test_suites: [
37 "cts",
Sasha Smundak3911d1b2019-04-25 18:15:21 -070038 "general-tests",
39 ],
jahinimtiaze5b74312022-04-21 16:47:43 +000040 data: [
41 ":CtsSystemUiDeviceApp",
42 ],
43 per_testcase_directory: true,
Sasha Smundak3911d1b2019-04-25 18:15:21 -070044}