aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:13 +0000
commit0e0c1b6d6a856bc551c544dfdd2650a548c3a78d (patch)
treef32d89028ab9efbc8f60d4a24af0f7f26f270740
parentd6745bf05f4e147d4f6de0a5502ca806786cff21 (diff)
parentcd48612b3976fd74ac604d3396e49fcdf6739bee (diff)
downloadweak-table-0e0c1b6d6a856bc551c544dfdd2650a548c3a78d.tar.gz
Snap for 7149879 from cd48612b3976fd74ac604d3396e49fcdf6739bee to sc-v2-release
Change-Id: Ib03604ceb438619dabca93126f4e8c1166c1752a
-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,