summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:25 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:25 -0800
commit3db0ae7eeabf9f1bc1a294732357844700244259 (patch)
treeb03b0c7a663f9ebe439f34fe3011e30a64229d43
parent96d8aa59e319f1106c11582c3cd3b7114e249bf0 (diff)
downloadparking_lot_core-3db0ae7eeabf9f1bc1a294732357844700244259.tar.gz
Make parking_lot_core available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I74507956f3d5581c7759d59bed30879f82b5fa5e
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index da8cfd0..31025f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,6 +58,8 @@ rust_library {
"com.android.btservices",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}