aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:05:12 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:05:12 -0800
commit100372dbd063dd2d03f8e310c8dba60c11e23ea7 (patch)
tree83f6a2c47a822addcbe9485c7d85fc1c826ac807
parentbd7892bb8927360cd34805bc332039154a2110e0 (diff)
downloadxz-java-100372dbd063dd2d03f8e310c8dba60c11e23ea7.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/xz-javaandroid-s-preview-1
Added legacy_unencumbered to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I6ee8133c959df857841c3c00efa941d0c20594bf
-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",