summaryrefslogtreecommitdiff
path: root/cmds/dumpsys/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/dumpsys/Android.bp')
-rw-r--r--cmds/dumpsys/Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/cmds/dumpsys/Android.bp b/cmds/dumpsys/Android.bp
index f99588ffc8..6ab6b7f951 100644
--- a/cmds/dumpsys/Android.bp
+++ b/cmds/dumpsys/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["frameworks_native_cmds_dumpsys_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "frameworks_native_cmds_dumpsys_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_defaults {
name: "dumpsys_defaults",
@@ -15,6 +32,7 @@ cc_defaults {
"libutils",
"liblog",
"libbinder",
+ "libbinderdebug",
],
static_libs: [