aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-04-15 17:28:32 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-04-15 17:28:32 +0000
commit3875662c9adbfb45237517ea9bc14b98431ae6db (patch)
tree74f9b1c6c94f0a1d3902b4ed0cacb80a50f97f47
parentbac64b1b46ad58f2ef8c9dbe1d9504ed615c18a9 (diff)
parentf989b5b4f664e3009334025abf5ca93d15af9761 (diff)
downloadoorandom-3875662c9adbfb45237517ea9bc14b98431ae6db.tar.gz
Snap for 7286261 from f989b5b4f664e3009334025abf5ca93d15af9761 to simpleperf-release
Change-Id: Ibc7d4074332bacfc31b380a5f279dfa17f211db3
-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,