aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-10-20 13:56:44 -0700
committerBob Badour <bbadour@google.com>2021-10-20 13:56:44 -0700
commitc10f13e7c6688ff6e4ce9965a531bf6d4c1b6350 (patch)
treef963075d397c69eec4d16efc219696a5e8ac249e
parentf3cab41d9aeb83f88e61b1a1f68ccb91d0fb841e (diff)
downloadchromium-trace-c10f13e7c6688ff6e4ce9965a531bf6d4c1b6350.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/chromium-trace
Added legacy_restricted to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I547668bab82227dd2bf838f8f687e5719055396b
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 95dc658d..d2d03e81 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_chromium-trace_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_chromium-trace_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_restricted",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
genrule {
name: "systrace-sdk-zip",
visibility: ["//development/build"],