summaryrefslogtreecommitdiff
path: root/apps/BluetoothDebug/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/BluetoothDebug/Android.bp')
-rw-r--r--apps/BluetoothDebug/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/BluetoothDebug/Android.bp b/apps/BluetoothDebug/Android.bp
index 9ab3d7adb..8033a29b4 100644
--- a/apps/BluetoothDebug/Android.bp
+++ b/apps/BluetoothDebug/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["development_apps_BluetoothDebug_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "development_apps_BluetoothDebug_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "BluetoothDebug",
srcs: ["**/*.java"],