| package { |
| default_applicable_licenses: [ |
| "Android-Apache-2.0", |
| ], |
| } |
| |
| android_test { |
| name: "jetpack-camera-app-tests", |
| team: "trendy_team_camerax", |
| srcs: [ |
| "java/**/*.kt", |
| ], |
| |
| static_libs: [ |
| "androidx.test.runner", |
| "androidx.test.uiautomator_uiautomator", |
| "androidx.test.espresso.core", |
| "androidx.test.ext.junit", |
| "androidx.test.ext.truth", |
| "androidx.test.rules", |
| "androidx.test.core", |
| "androidx.activity_activity-ktx", |
| "kotlinx_coroutines_test", |
| "androidx.compose.ui_ui-test-junit4", |
| "androidx.compose.ui_ui-test", |
| ], |
| sdk_version: "34", |
| test_suites: ["general-tests"], |
| optimize: { |
| enabled: false, |
| }, |
| instrumentation_for: "jetpack-camera-app-tests-helper", |
| data: [ |
| ":jetpack-camera-app", |
| ], |
| kotlincflags: [ |
| "-Xcontext-receivers", |
| ], |
| } |