blob: 8a3e374ff4394b9a6960be78fb1b8ca56cbe5e59 [file] [log] [blame]
Colin Cross946a0fd2019-05-07 11:22:05 -07001// Copyright (C) 2018 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
15android_test {
16 name: "SettingsUITests",
17 platform_apis: true,
18 certificate: "platform",
19 test_suites: ["device-tests"],
20 srcs: ["src/**/*.java"],
21
22 libs: [
23 "android.test.runner",
24 "android.test.base",
25 ],
26
27 static_libs: [
28 "androidx.test.rules",
29 "app-helpers-core",
30 "launcher-helper-lib",
31 "metrics-helper-lib",
32 "platform-test-annotations",
33 "settings-helper",
34 "sysui-helper",
35 "timeresult-helper-lib",
36 "truth-prebuilt",
37 "ub-uiautomator",
38 ],
39
40 //sdk_version: "current",
41}