aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 18:06:41 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 18:06:41 +0000
commit607757d3ead3f8029e1e05d9260d04bd15ba245f (patch)
treecca5bb2f710f5667d61900a53bea9e4dacef32a3
parent475035c18aac516e1c366c00287f4679e0e8b53a (diff)
parent23facbb6081b2ef81f53d5f2e4648523f9028ce5 (diff)
downloadinstant-607757d3ead3f8029e1e05d9260d04bd15ba245f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/instant am: d9eb8a8ca8 am: 23facbb608
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/instant/+/1588816 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2c4b85340f98b688442c8662dc6eafd899e05428
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e600e2a..4d1f5e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies.
+package {
+ default_applicable_licenses: ["external_rust_crates_instant_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_instant_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libinstant",
host_supported: true,