Allow libhwbinder to be used in recovery

Test: Compiles
Bug: 78793464
Change-Id: I8fa150bc750188b8399b317647dc91ca4223171a
diff --git a/Android.bp b/Android.bp
index 552bf32..28da528 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,6 +31,7 @@
     export_include_dirs: ["include"],
     include_dirs: ["frameworks/native/include"],
 
+    recovery_available: true,
     vendor_available: true,
     vndk: {
         enabled: true,