1package {
2 // See: http://go/android-license-faq
3 default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_app {
7 name: "BluetoothDebug",
8 srcs: ["**/*.java"],
9 platform_apis: true,
10 certificate: "platform",
11 optimize: {
12 enabled: false,
13 },
14}
15