Skip to content
Snippets Groups Projects
Commit c81d500f authored by Bob Badour's avatar Bob Badour
Browse files

[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ciborium-io

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I002254043feeca26ee0c5226ab645161350b0603
parent 8e269e8e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,23 @@
package {
default_applicable_licenses: ["external_rust_crates_ciborium-io_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_ciborium-io_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"LICENSE",
],
}
rust_library {
name: "libciborium_io",
host_supported: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment