aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:31 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:31 -0800
commit1b354aa9fe0f994ec81cd86e9384351b5047858f (patch)
treed1b5ce341a9682017d6845b1a566ccb402a0944a
parent3c3f4608853a7d8029c37af123b364cc31afd968 (diff)
downloadchrono-1b354aa9fe0f994ec81cd86e9384351b5047858f.tar.gz
Make chrono available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I82f4f37f13b5f4a336a8dd17b90979adbb72c3d8
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 514fc87..673d0e8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,4 +54,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}