aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA2
-rw-r--r--TEST_MAPPING12
2 files changed, 13 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 1fbc52b..006e3ba 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "lazycell"
-description: "Rust library providing a lazily filled Cell."
+description: "A library providing a lazily filled Cell struct"
third_party {
url {
type: HOMEPAGE
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..7bc6ed2
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,12 @@
+// Generated by cargo2android.py for tests in Android.bp
+{
+ "presubmit": [
+ {
+ "host": true,
+ "name": "libsqlite3-sys_host_test_src_lib"
+ },
+ {
+ "name": "libsqlite3-sys_device_test_src_lib"
+ }
+ ]
+}