From a69db7bb0ab9ff752c0300f534cdd6838d224670 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 7 Mar 2023 17:24:51 -0800 Subject: Make shared_child available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I6ca144ee2fcf17c489ffb3cc15d4b738744a4eaf --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 60a4abd..54160b7 100644 --- a/Android.bp +++ b/Android.bp @@ -34,6 +34,8 @@ rust_library { "com.android.compos", "com.android.virt", ], + product_available: true, + vendor_available: true, } rust_test { -- cgit v1.2.3