Allow cuttlefish vendor code to be built for recovery

Bug: 122316490
Change-Id: I9004f1db47fb4bd652d28de34d152d91d9481266
(cherry picked from commit 982895446afd8a1bdf34d3e977f437f0727cbf9b)
diff --git a/Android.bp b/Android.bp
index d6ae117..a901fe1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,7 @@
     vendor: true,
     export_include_dirs: ["."],
     host_supported: true,
+    defaults: ["cuttlefish_recovery_available"],
 }
 
 // TODO(b/67435044) Update the include paths and remove this
@@ -32,6 +33,7 @@
     vendor: true,
     export_include_dirs: ["common/libs"],
     host_supported: true,
+    defaults: ["cuttlefish_recovery_available"],
 }
 
 cc_defaults {
@@ -53,6 +55,7 @@
         },
     },
     cflags: ["-Werror", "-Wall"],
+    defaults: ["cuttlefish_recovery_available"],
     vendor: true,
 }