aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:02:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:02:11 +0000
commitdd3b2c79ea25457b5a1f8b4cc8e97159e4337885 (patch)
tree56d8252eb446a9eeafd3be964bcba4265e8ecccc
parent79202c86d94b9ed60e02752b2c37e4d6fdb2d2d3 (diff)
parent39e6bd9c81917079846b648f3b543d269828e2b6 (diff)
downloadciborium-ll-android13-frc-adbd-release.tar.gz
Snap for 8512216 from 39e6bd9c81917079846b648f3b543d269828e2b6 to tm-frc-adbd-releaset_frc_adb_330444000android13-frc-adbd-release
Change-Id: I835be941bc05a4fec27496edb76aa3b9695ed3f4
-rw-r--r--Android.bp17
-rw-r--r--TEST_MAPPING13
2 files changed, 30 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3de4baa..6a4ccd3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_ciborium-ll_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_ciborium-ll_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libciborium_ll",
host_supported: true,
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..2f7de78
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,13 @@
+// Generated by update_crate_tests.py for tests that depend on this crate.
+{
+ "presubmit": [
+ {
+ "name": "libcert_request_validator_tests"
+ }
+ ],
+ "presubmit-rust": [
+ {
+ "name": "libcert_request_validator_tests"
+ }
+ ]
+}