android_test { name: "BluetoothTests", // Include all test java files. srcs: ["src/**/*.java"], libs: [ "android.test.runner", "android.test.base", ], static_libs: ["junit"], platform_apis: true, certificate: "platform", }