aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorYiming Jing <yimingjing@google.com>2023-09-29 09:54:50 -0700
committerYiming Jing <yimingjing@google.com>2023-10-17 21:39:52 +0000
commit93bc661ebbbf57e77944b8daa8434c080eb32a8c (patch)
tree0641aed6b8302665ad7f95d500eb372d356479f1 /Android.bp
parent3246d921eac9071a068fdfcee70df277fa4f2800 (diff)
downloadgrpcio-93bc661ebbbf57e77944b8daa8434c080eb32a8c.tar.gz
Make grpcio available to vendor
This change updates the Rust bindings to use the same visibility settings as in libgrpc++. Bug: 270690570 Bug: 302578892 Test: manual tests with sample RPC client and server Change-Id: I6773482308266f0a9b587edd37a66d2185e646b3
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 3f136b9..66a47a1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,5 +42,7 @@ rust_library {
apex_available: [
"//apex_available:platform",
],
+ product_available: false,
+ vendor_available: true,
min_sdk_version: "29",
}