From cbe1ae8503c104eccced071e416651687e52496d Mon Sep 17 00:00:00 2001 From: Matt Wildermuth Date: Thu, 30 Oct 2025 01:22:00 -0400 Subject: [PATCH] Add keystore2 dependencies to the recovery parition --- libs/binder/rust/Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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