aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:43 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:43 +0000
commit1c247ac2836b77fa2025035a3a9e44a83cb25bad (patch)
tree25be5bb14dfc867edd537e18b3ee4fe6164a1ac1
parent37ff7a1dbe41750b3fe655774d468279cceee2fa (diff)
parent6bfb1849ec40458870ead714715385d3d1b0cb2d (diff)
downloadxz-embedded-android12-d1-release.tar.gz
Change-Id: I21cc3523286eead1514b7481a5ee16952ec47d19
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 634c2d3..602e8a7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_xz-embedded_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_xz-embedded_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "COPYING",
+ ],
+}
+
cc_library_static {
name: "libxz",
host_supported: true,