Mark ab/6881855 as merged

Bug: 172690556
Change-Id: I3b8e1d02f2de76f19f683ca0d959fdff8d35b95a
diff --git a/METADATA b/METADATA
index 856b409..6f1612e 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
 name: "rustc-hash"
-description: "A speedy hash algorithm used within rustc. The hashmap in liballoc by default uses SipHash which isn\'t quite as speedy as we want. In the compiler we\'re not really worried about DOS attempts, so we use a fast non-cryptographic hash."
+description: "speed, non-cryptographic hash used in rustc"
 third_party {
   url {
     type: HOMEPAGE
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 43dfe31..e8a301c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,11 +2,18 @@
 {
   "presubmit": [
     {
-      "name": "rustc-hash_host_test_src_lib",
-      "host": true
+      "host": true,
+      "name": "rustc-hash_host_test_src_lib"
     },
     {
       "name": "rustc-hash_device_test_src_lib"
+    },
+    {
+      "host": true,
+      "name": "libsqlite3-sys_host_test_src_lib"
+    },
+    {
+      "name": "libsqlite3-sys_device_test_src_lib"
     }
   ]
 }