blob: f72d1fbf2b7dcd1bc6855f5c75bcb3e4f6020e37 [file] [log] [blame]
Sasha Smundak2c314fe2019-05-07 20:16:12 -07001// Copyright (C) 2015 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: "CtsLeanbackJankTestCases",
17 defaults: ["cts_defaults"],
18 srcs: [
19 "src/**/*.java",
20 "app/src/android/leanbackjank/app/IntentKeys.java",
21 ],
22 sdk_version: "test_current",
23 // Tag this module as a cts test artifact
24 test_suites: [
25 "cts",
Sasha Smundak2c314fe2019-05-07 20:16:12 -070026 "general-tests",
27 ],
28 static_libs: [
29 "compatibility-device-util-axt",
30 "ctstestrunner-axt",
31 "ub-uiautomator",
32 "androidx.test.janktesthelper",
33 ],
Jiyong Park4914a692020-05-19 21:12:39 +090034 libs: ["android.test.base"],
Sasha Smundak2c314fe2019-05-07 20:16:12 -070035}