aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:08:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:08:18 +0000
commit16978d6ba556a58530593632596b0f959647c5cd (patch)
tree25be5bb14dfc867edd537e18b3ee4fe6164a1ac1
parent51923a98b0af813e3db6a027d64471ee8710a4f2 (diff)
parentc00609bae91c859a075ad63c98ee7bc859064692 (diff)
downloadxz-embedded-android12-mainline-ipsec-release.tar.gz
Change-Id: Ic10293b4fd96a7ca2a4a067b4f1ff4a9aa76dc8c
-rw-r--r--Android.bp17
-rw-r--r--METADATA3
2 files changed, 20 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,
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..313792c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: UNENCUMBERED
+}