aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:51 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:51 -0800
commita69db7bb0ab9ff752c0300f534cdd6838d224670 (patch)
tree1cf57cfa69603d277f18d377b8eaffea62b1fb31
parent708edc6837891ba040b9c752d170da81700f9971 (diff)
downloadshared_child-a69db7bb0ab9ff752c0300f534cdd6838d224670.tar.gz
Make shared_child available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I6ca144ee2fcf17c489ffb3cc15d4b738744a4eaf
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
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 {