Merge "Remove obsolete debuggerd32/debuggerd64 hack."
diff --git a/linker/Android.bp b/linker/Android.bp
index b6fcf49..2fcf369 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -209,12 +209,6 @@
         android: {
             static_libs: ["libdebuggerd_handler_fallback"],
         },
-        android64: {
-            cflags: ["-DTARGET_IS_64_BIT"],
-        },
-        linux_bionic: {
-            cflags: ["-DTARGET_IS_64_BIT"],
-        },
     },
     compile_multilib: "both",