package { default_applicable_licenses: ["Android-Apache-2.0"], } java_defaults { name: "BluetoothInstrumentationTestsDefaults", defaults: [ "bluetooth_errorprone_rules", "framework-bluetooth-tests-defaults", ], min_sdk_version: "Tiramisu", target_sdk_version: "current", libs: [ "android.test.base.stubs", "android.test.mock.stubs", "android.test.runner.stubs", "javax.obex.stubs", "libprotobuf-java-micro", "telephony-common", ], static_libs: [ "PlatformProperties", "android.media.audio-aconfig-exported-java", "androidx.media_media", "androidx.room_room-migration", "androidx.room_room-runtime", "androidx.room_room-testing", "androidx.test.espresso.intents", "androidx.test.ext.truth", "androidx.test.rules", "androidx.test.uiautomator_uiautomator", "bluetooth_flags_java_lib", "com.android.sysprop.bluetooth", "flag-junit", "framework-bluetooth-pre-jarjar", "frameworks-base-testutils", "gson", "mockito-target", "platform-parametric-runner-lib", "platform-test-annotations", "truth", ], jarjar_rules: ":bluetooth-jarjar-rules", asset_dirs: ["src/com/android/bluetooth/btservice/storage/schemas"], // Include all test java files. srcs: ["src/**/*.java"], jacoco: { include_filter: ["android.bluetooth.*"], exclude_filter: [], }, platform_apis: true, test_suites: [ "automotive-tests", "general-tests", "mts-bluetooth", ], instrumentation_for: "Bluetooth", } android_test { name: "BluetoothInstrumentationTests", defaults: ["BluetoothInstrumentationTestsDefaults"], } android_test { name: "GoogleBluetoothInstrumentationTests", defaults: ["BluetoothInstrumentationTestsDefaults"], test_config: "GoogleAndroidTest.xml", instrumentation_target_package: "com.google.android.bluetooth", }