diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index adef9ea64b..a3f620e67b 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp @@ -21,6 +21,7 @@ rust_library { host_supported: true, vendor_available: true, product_available: true, + recovery_available: true, target: { darwin: { enabled: false, @@ -87,6 +88,7 @@ rust_library { host_supported: true, vendor_available: true, product_available: true, + recovery_available: true, target: { darwin: { enabled: false, @@ -152,6 +154,7 @@ rust_bindgen { host_supported: true, vendor_available: true, product_available: true, + recovery_available: true, // Currently necessary for host builds // TODO(b/31559095): bionic on host should define this