aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:52 +0000
commit5736e65a585e07e2c43c53dcbcca9b35bd6407dd (patch)
tree74f9b1c6c94f0a1d3902b4ed0cacb80a50f97f47
parent72e7488c3af31092f93e02789654f5cda12a9203 (diff)
parentccecd719f2f8c2a84c9d54c03f10d2adc0d086ab (diff)
downloadoorandom-android12-d1-s1-release.tar.gz
Change-Id: I79772633dacea1057e200d6a93b9715e1a0e97fb
-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,