aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 04:05:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 04:05:00 +0000
commit9441e8dec6c3c18e6cc68763e5fe7b97466dcaa9 (patch)
treef32d89028ab9efbc8f60d4a24af0f7f26f270740
parentd6745bf05f4e147d4f6de0a5502ca806786cff21 (diff)
parent94f8ef800a770717fad55023b216a87aaca2401b (diff)
downloadweak-table-9441e8dec6c3c18e6cc68763e5fe7b97466dcaa9.tar.gz
Snap for 7150039 from 94f8ef800a770717fad55023b216a87aaca2401b to tm-release
Change-Id: Id6d9e931eb14f44fdb082cb689ac2454e7e1a1c5
-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,