Update Android.bp and TEST_MAPPING following rebase

Test: mm
Change-Id: I49931d6e06e13feb1b755dc5a2629bb75a45ee19
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 50ee5f1..9629a5a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,7 +1,7 @@
 {
   "presubmit": [
     {
-      "name": "xnnpack_add_nc_test"
+      "name": "xnnpack_abs_nc_test"
     },
     {
       "name": "xnnpack_add_nd_test"
@@ -13,7 +13,7 @@
       "name": "xnnpack_average_pooling_nhwc_test"
     },
     {
-      "name": "xnnpack_channel_pad_nc_test"
+      "name": "xnnpack_bankers_rounding_nc_test"
     },
     {
       "name": "xnnpack_channel_shuffle_nc_test"
@@ -22,12 +22,18 @@
       "name": "xnnpack_clamp_nc_test"
     },
     {
+      "name": "xnnpack_constant_pad_nd_test"
+    },
+    {
       "name": "xnnpack_convolution_nhwc_test"
     },
     {
       "name": "xnnpack_convolution_nchw_test"
     },
     {
+      "name": "xnnpack_copy_nc_test"
+    },
+    {
       "name": "xnnpack_deconvolution_nhwc_test"
     },
     {
@@ -37,6 +43,9 @@
       "name": "xnnpack_fully_connected_nc_test"
     },
     {
+      "name": "xnnpack_floor_nc_test"
+    },
+    {
       "name": "xnnpack_global_average_pooling_nwc_test"
     },
     {
@@ -61,6 +70,9 @@
       "name": "xnnpack_multiply_nd_test"
     },
     {
+      "name": "xnnpack_negate_nc_test"
+    },
+    {
       "name": "xnnpack_prelu_nc_test"
     },
     {
@@ -73,9 +85,21 @@
       "name": "xnnpack_softmax_nc_test"
     },
     {
+      "name": "xnnpack_square_nc_test"
+    },
+    {
+      "name": "xnnpack_square_root_nc_test"
+    },
+    {
+      "name": "xnnpack_square_difference_nd_test"
+    },
+    {
       "name": "xnnpack_subtract_nd_test"
     },
     {
+      "name": "xnnpack_truncation_nc_test"
+    },
+    {
       "name": "xnnpack_unpooling_nhwc_test"
     }
   ]