diff options
| author | 2024-08-21 15:30:20 +0000 | |
|---|---|---|
| committer | 2024-08-21 15:30:20 +0000 | |
| commit | a96e39399cb42df4d4753dd95fa83a9e2374c3cc (patch) | |
| tree | 4fda1ad4cde59bb5e33b10272caaf9197c3e2ffe | |
| parent | 3d3182d337d4b19d7b4e7eed1ea438f53c603043 (diff) | |
| parent | 8ffeb134ae48b5e8520cdd1c5e2c06bf9186672b (diff) | |
Merge "Revert "Revert "Make binder available to com.android.microfuchsi..."" into main am: 8dadffe90c am: 8ffeb134ae
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3233386
Change-Id: I12d172e62a7d915da3b84b362e3eb061f159ac4a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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", ], |