summaryrefslogtreecommitdiff
path: root/ioblame/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'ioblame/Android.bp')
-rw-r--r--ioblame/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/ioblame/Android.bp b/ioblame/Android.bp
index 4b0fa711..119ef76e 100644
--- a/ioblame/Android.bp
+++ b/ioblame/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "system_extras_license"
+ // to get the below license kinds:
+ // legacy_notice
+ default_applicable_licenses: ["system_extras_license"],
+}
+
sh_binary_host {
name: "ioblame",
src: "ioblame.sh",