aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:38 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:38 -0800
commitc03100be1ae09c69a72905544416843dca3454c0 (patch)
tree53f81d71546d9d73702e8954acbf367659ff6c07
parent827dae68816249e068def4546e3f94f3b8a51f68 (diff)
downloadcrc32fast-c03100be1ae09c69a72905544416843dca3454c0.tar.gz
Make crc32fast available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I468ef85aead21726bf524fdbb6584b50003da32a
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 616fb7b..9e1ffe5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,4 +83,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}