Snap for 8554636 from 6d4d1cb4a61234dfd01e04b5d2fb8e850aabcdd2 to sdk-release

Change-Id: I34182a6f353fb7ec8cd76278213d64c41fbe41ba
diff --git a/TEST_MAPPING b/TEST_MAPPING
index bcbd101..b08cfae 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -8,11 +8,32 @@
       "path": "external/rust/crates/webpki"
     }
   ],
+  "postsubmit": [
+    {
+      "name": "ring_test_src_lib",
+      "options": [
+        {
+          "test-timeout": "100000"
+        }
+      ]
+    },
+    {
+      "name": "ring_test_tests_digest_tests",
+      "options": [
+        {
+          "test-timeout": "600000"
+        }
+      ]
+    }
+  ],
   "presubmit": [
     {
       "name": "apkdmverity.test"
     },
     {
+      "name": "authfs_device_test_src_lib"
+    },
+    {
       "name": "doh_unit_test"
     },
     {
@@ -28,14 +49,6 @@
       "name": "microdroid_manager_test"
     },
     {
-      "name": "ring_test_src_lib",
-      "options": [
-        {
-          "test-timeout": "100000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_aead_tests"
     },
     {
@@ -45,14 +58,6 @@
       "name": "ring_test_tests_constant_time_tests"
     },
     {
-      "name": "ring_test_tests_digest_tests",
-      "options": [
-        {
-          "test-timeout": "600000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_ecdsa_tests"
     },
     {
@@ -88,6 +93,9 @@
       "name": "apkdmverity.test"
     },
     {
+      "name": "authfs_device_test_src_lib"
+    },
+    {
       "name": "doh_unit_test"
     },
     {
@@ -103,14 +111,6 @@
       "name": "microdroid_manager_test"
     },
     {
-      "name": "ring_test_src_lib",
-      "options": [
-        {
-          "test-timeout": "100000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_aead_tests"
     },
     {
@@ -120,14 +120,6 @@
       "name": "ring_test_tests_constant_time_tests"
     },
     {
-      "name": "ring_test_tests_digest_tests",
-      "options": [
-        {
-          "test-timeout": "600000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_ecdsa_tests"
     },
     {
diff --git a/test_mapping_config.json b/test_mapping_config.json
new file mode 100644
index 0000000..1c57ef4
--- /dev/null
+++ b/test_mapping_config.json
@@ -0,0 +1,4 @@
+{
+       "postsubmit_tests":["ring_test_tests_digest_tests", "ring_test_src_lib"]
+}
+