Revert "Make native bridge libc uninstallable"

Revert submission 1874144-native_bridge_libc_dup_rules

Reason for revert: breaks ndk_translation_all build
Reverted Changes:
I5379aa959:Make native bridge libc uninstallable
I2220d6b48:Remove BUILD_BROKEN_DUP_RULES from cuttlefish buil...
I8e0eaed21:Make installable arch-variant for cc modules

Bug: 204136549
Fixes: 204572444
Change-Id: I57e00a4fb37f756c5190546867a9bf4a2837949c
diff --git a/libc/Android.bp b/libc/Android.bp
index 2fdeb2b..ee8c280 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1785,11 +1785,6 @@
     lto: {
         never: true,
     },
-    target: {
-        native_bridge: {
-            installable: false,
-        },
-    },
 }
 
 genrule {