summaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2020-10-14 15:35:59 +0200
committerJeff Vander Stoep <jeffv@google.com>2020-10-14 15:44:30 +0200
commit3adfea8b276f06db63ae4182233560537aca2ffb (patch)
treea543e650c0d9b57239020605562e73d35f9db409 /README.android
parente028ffbabf8620351ce637bb48a8bb539c753c38 (diff)
downloadgrpcio-sys-3adfea8b276f06db63ae4182233560537aca2ffb.tar.gz
Import grpcio-sys 0.6.0
And add metadata files using the following command: get_rust_pkg.py --add3prf -v grpcio-sys-0.6.0 -o grpcio-sys Use LICENSE file from parent grpcio crate. Add README.android as requested during security review. Test: None Change-Id: Ib5f5c2af6f51d50c536cc4b6979666d480a57041
Diffstat (limited to 'README.android')
-rw-r--r--README.android5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 00000000..671fbcff
--- /dev/null
+++ b/README.android
@@ -0,0 +1,5 @@
+This package is imported to Android and uses Android's external/grpc-grpc
+header files and compilation flags to generate bindings.
+
+If features are changed for the grpcio-sys crate, please ensure those
+features are changed in the grpcio_bindgen_build module.