aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4a68eda..b1ffe6c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,19 @@
+package {
+ default_applicable_licenses: ["external_lzma_license"],
+}
+
+// Added automatically by a large-scale-change
+license {
+ name: "external_lzma_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
subdirs = [
"C",
]