summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:02 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:02 -0800
commit78fc23ecb67366243706e3a0b51e2cdb73f07a30 (patch)
tree3677ff80208163859908c8583c9be6f2234ed817 /Android.bp
parent6c13c87f8c4bbafbaf6238bef68990eae45895ed (diff)
downloadtokio-stream-78fc23ecb67366243706e3a0b51e2cdb73f07a30.tar.gz
Make tokio-stream available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I84720b119abb68ad0b6a70453e7598f4e202374e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4b00918..08e9901 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,5 +41,7 @@ rust_library {
"//apex_available:platform",
"com.android.btservices",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}