summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-02-23 06:24:20 -0800
committerBob Badour <bbadour@google.com>2023-02-23 06:24:20 -0800
commitc6ca0de9dec2c9c423fd8833f6058f39961d7672 (patch)
tree6d84e41f01a0446c420ef2e650db0b924a0c1b40
parent73afd77d00f815981f3994544fbef0c5fc692cad (diff)
downloadinflector-busytown-mac-infra-release.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/inflectorplatform-tools-34.0.1sdk-releasebusytown-mac-infra-release
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I708e8cfc8c7dd600de191c820701f4958962c2b5
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d8cedfc..79e8709 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_inflector_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_inflector_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.md",
+ ],
+}
+
rust_library_host {
name: "libinflector",
crate_name: "inflector",