summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nikita Putikhin <nputikhin@google.com> 2024-05-22 09:47:37 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-05-22 09:47:37 +0000
commit7c181b1ff9f34c4304820d0b4af97d4922c09c84 (patch)
tree11f5ebbc5b7a746180968f22ce927b959cc0dadf
parentfeac85897a8291f88f21c537a81754e3a733ac58 (diff)
parentdbff3c6a76ebddcab4959904899a3fe467aafd83 (diff)
Merge "Add product_available to libbinder_tokio_rs" into main am: dbff3c6a76
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3074432 Change-Id: I310d31efd3a37da673cb14d3d1c8f90fe4920152 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libs/binder/rust/Android.bp1
1 files changed, 1 insertions, 0 deletions
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,