aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:39:53 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:39:53 +0000
commit1f55010a999c40d192a88f6633fdcf9ec9d2df0b (patch)
treef32d89028ab9efbc8f60d4a24af0f7f26f270740
parent10d25dade47b21886ed447c46099fc3b3e410bf5 (diff)
parent5b9a9cfabc27c127793835551ad9b2b79cbbea71 (diff)
downloadweak-table-1f55010a999c40d192a88f6633fdcf9ec9d2df0b.tar.gz
Snap for 7183507 from 5b9a9cfabc27c127793835551ad9b2b79cbbea71 to sdk-releaseplatform-tools-31.0.3platform-tools-31.0.2platform-tools-31.0.1
Change-Id: Ie1ea5fa4a3aeac0c9eb15e113f3d4f7e53439083
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c147fea..33c19f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --device --run --dependencies.
+package {
+ default_applicable_licenses: ["external_rust_crates_weak-table_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_weak-table_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libweak_table",
host_supported: true,