aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-06-16 07:12:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-06-16 07:12:33 +0000
commit2ae6b054375d80b8e7272fde445393475b4a84b4 (patch)
treebd0434d398f6ad4f1ce45eff95514ff70eaaf075
parentbf4e4967e85513fad62c08e8f3d4ab07e658feee (diff)
parent71fc8ce6e732fb2aeada349f6dadb1866d36f58d (diff)
downloadsharded-slab-2ae6b054375d80b8e7272fde445393475b4a84b4.tar.gz
Snap for 11962822 from 71fc8ce6e732fb2aeada349f6dadb1866d36f58d to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ice91c5f0c5418a2aa7ea0fc745060a3b1b60fd3a
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d04da23..94c5410 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,21 @@
// because the changes will be overridden on upgrade.
// Content before the first "rust_*" or "genrule" module is preserved.
+package {
+ default_applicable_licenses: ["external_rust_crates_sharded-slab_license"],
+}
+
+license {
+ name: "external_rust_crates_sharded-slab_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libsharded_slab",
host_supported: true,