Vaibhav Devmurari | 7d15fae | 2023-08-24 14:22:57 +0000 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "frameworks_base_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_base_license"], |
| 8 | } |
| 9 | |
| 10 | android_test { |
| 11 | name: "InputScreenshotTests", |
| 12 | srcs: [ |
| 13 | "src/**/*.java", |
| 14 | "src/**/*.kt", |
| 15 | ], |
| 16 | platform_apis: true, |
| 17 | certificate: "platform", |
| 18 | static_libs: [ |
| 19 | "androidx.arch.core_core-testing", |
| 20 | "androidx.compose.ui_ui-test-junit4", |
| 21 | "androidx.compose.ui_ui-test-manifest", |
| 22 | "androidx.lifecycle_lifecycle-runtime-testing", |
| 23 | "androidx.compose.animation_animation", |
| 24 | "androidx.compose.material3_material3", |
| 25 | "androidx.compose.material_material-icons-extended", |
| 26 | "androidx.compose.runtime_runtime", |
| 27 | "androidx.compose.runtime_runtime-livedata", |
| 28 | "androidx.compose.ui_ui-tooling-preview", |
| 29 | "androidx.lifecycle_lifecycle-livedata-ktx", |
| 30 | "androidx.lifecycle_lifecycle-runtime-compose", |
| 31 | "androidx.navigation_navigation-compose", |
Krzysztof Kosiński | 60b7087 | 2023-10-06 20:11:39 +0000 | [diff] [blame] | 32 | "truth", |
Vaibhav Devmurari | 7d15fae | 2023-08-24 14:22:57 +0000 | [diff] [blame] | 33 | "androidx.compose.runtime_runtime", |
| 34 | "androidx.test.core", |
| 35 | "androidx.test.ext.junit", |
| 36 | "androidx.test.ext.truth", |
| 37 | "androidx.test.rules", |
| 38 | "androidx.test.runner", |
| 39 | "androidx.test.uiautomator_uiautomator", |
| 40 | "servicestests-utils", |
| 41 | "frameworks-base-testutils", |
| 42 | "platform-screenshot-diff-core", |
| 43 | "hamcrest-library", |
| 44 | "kotlin-test", |
| 45 | "flag-junit", |
| 46 | "platform-test-annotations", |
| 47 | "services.core.unboosted", |
| 48 | "testables", |
| 49 | "testng", |
Krzysztof Kosiński | 60b7087 | 2023-10-06 20:11:39 +0000 | [diff] [blame] | 50 | "truth", |
Vaibhav Devmurari | 7d15fae | 2023-08-24 14:22:57 +0000 | [diff] [blame] | 51 | ], |
| 52 | libs: [ |
| 53 | "android.test.mock", |
| 54 | "android.test.base", |
| 55 | ], |
| 56 | test_suites: ["device-tests"], |
| 57 | compile_multilib: "both", |
| 58 | use_embedded_native_libs: false, |
| 59 | asset_dirs: ["assets"], |
| 60 | } |