From d0578488dad8206fb3ef16af0b51ea4ccfdf06df Mon Sep 17 00:00:00 2001 From: Nikita Putikhin Date: Mon, 6 May 2024 15:15:33 +0200 Subject: 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 --- libs/binder/rust/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index ef556d7f5f..725744cd70 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp @@ -59,6 +59,7 @@ rust_library { ], host_supported: true, vendor_available: true, + product_available: true, target: { darwin: { enabled: false, -- cgit v1.2.3-59-g8ed1b