aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,