aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:18 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:18 -0800
commita6fb0d98c94a975957499683646fee8c7e323a2e (patch)
treed90aa33d904305dd227184d54d134cd5ec2d6e8d
parentd9a874ce84e4407a14f7703962cab9b0b344d551 (diff)
downloadno-panic-a6fb0d98c94a975957499683646fee8c7e323a2e.tar.gz
Make no-panic available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ib2141da1bda5cf721eb965a25036ffba04ee0f6c
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b066818..8977b26 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,4 +50,6 @@ rust_proc_macro {
"libsyn",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}