blob: 8033a29b47dbde895fcc0c5e72dda15542963af9 [file] [log] [blame]
Bob Badourf7cf3052021-02-12 17:13:45 -08001package {
2 default_applicable_licenses: ["development_apps_BluetoothDebug_license"],
3}
4
5// Added automatically by a large-scale-change
6// See: http://go/android-license-faq
7license {
8 name: "development_apps_BluetoothDebug_license",
9 visibility: [":__subpackages__"],
10 license_kinds: [
11 "SPDX-license-identifier-Apache-2.0",
12 ],
13 license_text: [
14 "NOTICE",
15 ],
16}
17
Sasha Smundakbef01b92019-03-11 16:36:14 -070018android_app {
19 name: "BluetoothDebug",
20 srcs: ["**/*.java"],
21 platform_apis: true,
22 certificate: "platform",
23 optimize: {
24 enabled: false,
25 },
26}