Merge ab/7061308 into stage.

Bug: 180401296
Merged-In: Ida39743601fcb033082c966d73d8f2a47b517842
Change-Id: I619e01ef90e4f0b5c9dd5f794edf269deacb4324
diff --git a/tests/Android.bp b/tests/Android.bp
index 7cde87b..28bf8a0 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -30,13 +30,6 @@
         "-Wall",
     ],
 
-    // Assembly is only written for ARM and cannot interop with Thumb.
-    arch: {
-        arm: {
-            instruction_set: "arm",
-        },
-    },
-
     sanitize: {
         misc_undefined: [
             "unsigned-integer-overflow",