summaryrefslogtreecommitdiff
path: root/cmds/cmd/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/cmd/Android.bp')
-rw-r--r--cmds/cmd/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/cmds/cmd/Android.bp b/cmds/cmd/Android.bp
index 8ea71cd048..c900a24e15 100644
--- a/cmds/cmd/Android.bp
+++ b/cmds/cmd/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["frameworks_native_cmds_cmd_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "frameworks_native_cmds_cmd_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_static {
name: "libcmd",