Sasha Smundak | 89414e1 | 2019-03-10 19:48:23 -0700 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2018 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
| 17 | android_test { |
| 18 | name: "FlickerTests", |
Nataniel Borges | c0254c8 | 2020-06-03 16:08:42 +0200 | [diff] [blame] | 19 | srcs: ["src/**/*.java", "src/**/*.kt"], |
Nataniel Borges | 2fd569d | 2020-04-20 14:16:15 +0200 | [diff] [blame] | 20 | manifest: "AndroidManifest.xml", |
| 21 | test_config: "AndroidTest.xml", |
Sasha Smundak | 89414e1 | 2019-03-10 19:48:23 -0700 | [diff] [blame] | 22 | platform_apis: true, |
| 23 | certificate: "platform", |
| 24 | test_suites: ["device-tests"], |
| 25 | libs: ["android.test.runner"], |
| 26 | static_libs: [ |
Nataniel Borges | b8b5eb0 | 2020-07-13 16:33:01 +0200 | [diff] [blame] | 27 | "androidx.test.ext.junit", |
Sasha Smundak | 89414e1 | 2019-03-10 19:48:23 -0700 | [diff] [blame] | 28 | "flickertestapplib", |
| 29 | "flickerlib", |
| 30 | "truth-prebuilt", |
| 31 | "app-helpers-core", |
Nataniel Borges | f4cf0fb | 2020-07-17 16:18:28 +0200 | [diff] [blame] | 32 | "launcher-helper-lib", |
Nataniel Borges | ff8e08c | 2020-04-29 15:18:14 +0200 | [diff] [blame] | 33 | "launcher-aosp-tapl" |
Sasha Smundak | 89414e1 | 2019-03-10 19:48:23 -0700 | [diff] [blame] | 34 | ], |
| 35 | } |