aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:04:32 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:04:32 -0800
commit50026b34de0128efa5dd0b4e9c2727c521f7e893 (patch)
tree1e5289e366579843ff29d1a514317abc93c9dd9e
parent9bb3ec0fb59cb12c2a0842e752ea43d4c75689f2 (diff)
downloadchromium-webview-50026b34de0128efa5dd0b4e9c2727c521f7e893.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/chromium-webviewandroid-s-preview-1
Added SPDX-license-identifier-Unicode-DFS to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I174994aef607b46be5f449d9bfc0bdef897ea0e7
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2a51936..2114d08 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,21 @@
//
// Install the prebuilt webview apk.
+package {
+ default_applicable_licenses: ["external_chromium-webview_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_chromium-webview_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Unicode-DFS",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
+
android_app_import {
name: "webview",
product_specific: true,