aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:08 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:08 +0000
commitb07a1bf6d6a986276d274d46a8efc8eb84bef064 (patch)
tree3144b7e1234f9478eb867cabc789969daf082aa1
parent92eb12b41271e1698f80ba1e1558dcbfb608d30b (diff)
parent623fceab8fcbccd49e630f2cf7f635005348074e (diff)
downloadtextwrap-b07a1bf6d6a986276d274d46a8efc8eb84bef064.tar.gz
Snap for 7149879 from 623fceab8fcbccd49e630f2cf7f635005348074e to sc-d1-release
Change-Id: I3409cb5a6d2de05892d898edd9f60d2b6bcea7ec
-rw-r--r--Android.bp17
-rw-r--r--TEST_MAPPING4
2 files changed, 17 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 9785e50..a258f60 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device.
+package {
+ default_applicable_licenses: ["external_rust_crates_textwrap_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_textwrap_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtextwrap",
host_supported: true,
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 7bc6ed2..6716814 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,10 +2,6 @@
{
"presubmit": [
{
- "host": true,
- "name": "libsqlite3-sys_host_test_src_lib"
- },
- {
"name": "libsqlite3-sys_device_test_src_lib"
}
]