summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lottie_loading_layout/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lottie_loading_layout/Android.bp b/lottie_loading_layout/Android.bp
index 6cfcf36..6d41812 100644
--- a/lottie_loading_layout/Android.bp
+++ b/lottie_loading_layout/Android.bp
@@ -2,6 +2,15 @@
// Build the setup design - lottie_loading_layout.
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_setupdesign_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_setupdesign_license"],
+}
+
android_library {
name: "setupdesign-lottie-loading-layout",
manifest: "AndroidManifest.xml",