aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp21
1 files changed, 20 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 942bfe87..cb9c6e5c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,13 +21,32 @@ license {
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-CC-BY-SA",
],
license_text: [
"LICENSE",
],
}
+license {
+ name: "external_lottie_code_of_conduct_license",
+ visibility: ["//visibility:private"],
+ license_kinds: [
+ "SPDX-license-identifier-CC-BY-SA",
+ ],
+ license_text: [
+ "LICENSE-CC-BY-SA",
+ ],
+}
+
+filegroup {
+ name: "lottie_code_of_conduct",
+ visibility: ["//visibility:private"],
+ srcs: [
+ "CODE_OF_CONDUCT.md",
+ ],
+ licenses: ["external_lottie_code_of_conduct_license"],
+}
+
android_library {
name: "lottie",
srcs: [