aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:41 +0000
commit09e355f5d7afb47ed27048ee93964aedd0a0c36a (patch)
tree83f6a2c47a822addcbe9485c7d85fc1c826ac807
parentbd7892bb8927360cd34805bc332039154a2110e0 (diff)
parent3a7b3a846c8155d2f20a0f778bccb38b47568027 (diff)
downloadxz-java-android12L-tests-release.tar.gz
Change-Id: I1d8d5b4bcb49ea341c9992c74db4d8a860661c78
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2ce803b..6d2bd25 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_xz-java_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_xz-java_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "COPYING",
+ ],
+}
+
java_library_static {
name: "xz-java",