blob: c2cb41d8d0f317da3a42c94bbc5ffa07897e3d63 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_bt_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["system_bt_license"],
}
android_test {
name: "BumbleBluetoothTests",
defaults: ["framework-bluetooth-tests-defaults"],
min_sdk_version: "current",
target_sdk_version: "current",
libs: [
"android.test.base",
"android.test.runner",
"libprotobuf-java-micro",
],
static_libs: [
"androidx.test.ext.truth",
"androidx.test.rules",
"androidx.core_core",
"grpc-java-lite",
"grpc-java-okhttp-client-lite",
"opencensus-java-contrib-grpc-metrics",
"pandora_experimental-grpc-java",
"pandora_experimental-proto-java",
],
// Include all test java files.
srcs: ["src/**/*.java"],
data:[":bumble_pandora_server"],
platform_apis: true,
test_suites: [
"device-tests",
],
}