summaryrefslogtreecommitdiff
path: root/ANRdaemon/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'ANRdaemon/Android.bp')
-rw-r--r--ANRdaemon/Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/ANRdaemon/Android.bp b/ANRdaemon/Android.bp
index 9bb9b71e..ef8788b2 100644
--- a/ANRdaemon/Android.bp
+++ b/ANRdaemon/Android.bp
@@ -1,3 +1,18 @@
+package {
+ default_applicable_licenses: ["system_extras_ANRdaemon_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "system_extras_ANRdaemon_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
+
cc_binary {
name: "anrd",
srcs: ["ANRdaemon.cpp"],