blob: 499d2049fb7eacbe514da9b41da00f81c4411262 [file] [log] [blame]
android_test {
name: "BluetoothInstrumentationTests",
// We only want this apk build for tests.
certificate: "platform",
libs: [
"javax.obex",
"android.test.runner",
"telephony-common",
"libprotobuf-java-micro",
"android.test.base",
"android.test.mock",
],
static_libs: [
"androidx.test.ext.truth",
"androidx.test.rules",
"mockito-target",
"androidx.test.espresso.intents",
"gson-prebuilt-jar",
"androidx.room_room-migration",
"androidx.room_room-runtime",
"androidx.room_room-testing",
"truth-prebuilt",
],
asset_dirs: ["src/com/android/bluetooth/btservice/storage/schemas"],
// Include all test java files.
srcs: ["src/**/*.java"],
platform_apis: true,
test_suites: ["device-tests"],
instrumentation_for: "Bluetooth",
}