Remove unneeded recovery_available flags

BUG: 126603101
Test: Local build and boot
Change-Id: Ifcbb87086aebc287f6fb98f1bbdeb04117312216
diff --git a/Android.bp b/Android.bp
index 3a596ff..5f95d9f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,7 +24,6 @@
     vendor: true,
     export_include_dirs: ["."],
     host_supported: true,
-    defaults: ["cuttlefish_recovery_available"],
 }
 
 // TODO(b/67435044) Update the include paths and remove this
@@ -33,7 +32,6 @@
     vendor: true,
     export_include_dirs: ["common/libs"],
     host_supported: true,
-    defaults: ["cuttlefish_recovery_available"],
 }
 
 cc_defaults {
@@ -55,7 +53,6 @@
         },
     },
     cflags: ["-Werror", "-Wall"],
-    defaults: ["cuttlefish_recovery_available"],
     vendor: true,
 }