aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:37 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:37 -0800
commit5c664293035bca3f04ea7495b8d012e17ddaf33e (patch)
tree207634b084b5affe542b82e8e7ef309ecba81fcf
parent90d300d7754a377a76686bd9f64137eeb2f5e2a6 (diff)
downloadquote-5c664293035bca3f04ea7495b8d012e17ddaf33e.tar.gz
Make quote available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ib71f6217a4d257e685df3c025b9aa45bacacc000
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0a60c45..4709e22 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,4 +52,6 @@ rust_library_host {
"libproc_macro2",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}