Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0578488 authored by Nikita Putikhin's avatar Nikita Putikhin
Browse files

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
parent 856ff4c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ rust_library {
    ],
    host_supported: true,
    vendor_available: true,
    product_available: true,
    target: {
        darwin: {
            enabled: false,