Mark ab/6881855 as merged

Bug: 172690556
Change-Id: I06df0cdfd8b1e2e5984dc506ae60a5c69ad627d7
diff --git a/METADATA b/METADATA
index 57db21e..aa2f15c 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
 name: "thread_local"
-description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library\'s thread_local! macro which only allows static thread-local storage."
+description: "Per-object thread-local storage"
 third_party {
   url {
     type: HOMEPAGE
diff --git a/TEST_MAPPING b/TEST_MAPPING
index ef632cf..1412bd3 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,8 +2,15 @@
 {
   "presubmit": [
     {
-      "name": "thread_local_host_test_src_lib",
-      "host": true
+      "host": true,
+      "name": "thread_local_host_test_src_lib"
+    },
+    {
+      "host": true,
+      "name": "libsqlite3-sys_host_test_src_lib"
+    },
+    {
+      "name": "libsqlite3-sys_device_test_src_lib"
     }
   ]
 }