1android_test { 2 name: "FrameworksTelephonyTests", 3 4 srcs: ["**/*.java"], 5 6 libs: [ 7 "android.test.base", 8 "android.test.mock", 9 "android.test.runner", 10 "ims-common", 11 ], 12 13 static_libs: [ 14 "androidx.test.rules", 15 "frameworks-base-testutils", 16 "guava", 17 "mockito-target-minus-junit4", 18 "platform-test-annotations", 19 "services.core", 20 "services.net", 21 "telephony-common", 22 "truth-prebuilt", 23 ], 24 25 platform_apis: true, 26 test_suites: ["device-tests"], 27} 28