1package { 2 default_team: "trendy_team_fwk_nfc", 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6android_test { 7 name: "NfcTestCases", 8 platform_apis: true, 9 sdk_version: "core_current", 10 libs: [ 11 "framework-nfc.impl", 12 "framework", 13 "framework-res", 14 "android.test.runner.stubs.system", 15 "android.test.base.stubs.system", 16 "flag-junit", 17 "platform-test-annotations", 18 "testables", 19 "testng", 20 "unsupportedappusage", 21 ], 22 23 static_libs: [ 24 "androidx.test.ext.junit", 25 "androidx.test.uiautomator_uiautomator", 26 "flag-junit", 27 "androidx.test.core", 28 "androidx.test.rules", 29 "androidx.test.ext.junit", 30 "com.android.nfc.flags-aconfig", 31 "com.android.nfc.module.flags-aconfig-java", 32 "frameworks-base-testutils", 33 "truth", 34 "androidx.annotation_annotation", 35 "androidx.appcompat_appcompat", 36 "com.google.android.material_material", 37 "nfc-event-log-proto", 38 "flag-junit", 39 "platform-test-annotations", 40 "testables", 41 "compatibility-common-util-devicesidelib", 42 "compatibility-device-util-axt", 43 ], 44 45 // Include all test java files. 46 srcs: [ 47 "src/**/*.java", 48 ], 49 50 min_sdk_version: "36", 51 test_suites: [ 52 "general-tests", 53 "mts-nfc", 54 ], 55 instrumentation_for: "NfcNciApex", 56} 57