tests: make fortify tests go on more than x86

Bug: 400941316
Test: lunch aosp_cheetah-trunk_staging-userdebug; mmma bionic
Change-Id: Ife4fa271492308715b28f5d1879a77952a1dbce1
diff --git a/tests/Android.bp b/tests/Android.bp
index 51afa55..72236ab 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1412,15 +1412,7 @@
 
 cc_defaults {
     name: "bionic_compile_time_tests_defaults",
-    enabled: false,
-    target: {
-        linux_x86: {
-            enabled: true,
-        },
-        linux_x86_64: {
-            enabled: true,
-        },
-    },
+    enabled: true,
     clang_verify: true,
     cflags: [
         "-Wall",