diff options
author | 2024-08-21 15:21:37 +0000 | |
---|---|---|
committer | 2024-08-21 15:21:37 +0000 | |
commit | 8dadffe90c19ac2d8217cdbafcdbe6efe7d5941b (patch) | |
tree | 9c25227c0ab1416a2142582e5d9b5e604f37911d | |
parent | 90174054eafd9f6ddb05ae668fc5802450711718 (diff) | |
parent | 81139db6b1393011cfff3dbd8bfdcc4ffc31be2f (diff) |
Merge "Revert "Revert "Make binder available to com.android.microfuchsi..."" into main
-rw-r--r-- | libs/binder/rust/rpcbinder/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
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", ], |