From 81139db6b1393011cfff3dbd8bfdcc4ffc31be2f Mon Sep 17 00:00:00 2001 From: Aidan Wolter Date: Tue, 20 Aug 2024 19:19:37 +0000 Subject: Revert "Revert "Make binder available to com.android.microfuchsi..." Revert submission 3232206-revert-3219948-microfuchsia-apex-MYKVMHOFFE Reason for revert: Made fix in microfuchsiad Reverted changes: /q/submissionid:3232206-revert-3219948-microfuchsia-apex-MYKVMHOFFE Change-Id: I5533cbae7ed894bbfff1f65644c30d5c1e819f2c --- libs/binder/rust/rpcbinder/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs') diff --git a/libs/binder/rust/rpcbinder/Android.bp b/libs/binder/rust/rpcbinder/Android.bp index 2e463451f9..174fe8aba8 100644 --- a/libs/binder/rust/rpcbinder/Android.bp +++ b/libs/binder/rust/rpcbinder/Android.bp @@ -32,6 +32,7 @@ rust_library { apex_available: [ "//apex_available:platform", "com.android.compos", + "com.android.microfuchsia", "com.android.uwb", "com.android.virt", ], @@ -60,6 +61,7 @@ rust_library { apex_available: [ "//apex_available:platform", "com.android.compos", + "com.android.microfuchsia", "com.android.uwb", "com.android.virt", ], @@ -93,6 +95,7 @@ rust_bindgen { apex_available: [ "//apex_available:platform", "com.android.compos", + "com.android.microfuchsia", "com.android.uwb", "com.android.virt", ], -- cgit v1.2.3-59-g8ed1b