aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 15:14:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 15:14:56 +0000
commitccecd719f2f8c2a84c9d54c03f10d2adc0d086ab (patch)
tree74f9b1c6c94f0a1d3902b4ed0cacb80a50f97f47
parent6514fd746eabe85109a43006cdad84714a80a2d8 (diff)
parenta43f018c0c3973a06ddc43d5aaf5d26e65e2300a (diff)
downloadoorandom-ccecd719f2f8c2a84c9d54c03f10d2adc0d086ab.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/oorandom/+/1649773 Change-Id: Ib674cbc087a695c4856220e1810c55331fb4a02a
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b2dc429..9f9337e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --dependencies.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_oorandom_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_oorandom_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE-MIT",
+ ],
+}
+
rust_library {
name: "liboorandom",
host_supported: true,