commit | d0578488dad8206fb3ef16af0b51ea4ccfdf06df | [log] [tgz] |
---|---|---|
author | Nikita Putikhin <nputikhin@google.com> | Mon May 06 15:15:33 2024 +0200 |
committer | Nikita Putikhin <nputikhin@google.com> | Mon May 06 15:18:13 2024 +0200 |
tree | 2058a4321a00ea8ce85613ef0631276960552f3f | |
parent | 856ff4c9b7a7abbb2c294c36c8b4cf9902d814b2 [diff] [blame] |
Add product_available to libbinder_tokio_rs Vendors already can use libbinder_tokio_rs on /vendor. This change makes them available to /product as well, just like libbinder_rs. More about product partitions: https://source.android.com/docs/core/architecture/partitions/product-partitions Bug: 336989719 Test: mm Change-Id: I6c388c27b4fe6b7b1ff317bbfab424958fb6a6a9
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index ef556d7..725744c 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp
@@ -59,6 +59,7 @@ ], host_supported: true, vendor_available: true, + product_available: true, target: { darwin: { enabled: false,