aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-15 15:28:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-15 15:28:00 +0000
commit361c36ce171efb12c5796dfc1fea1bc391f032f1 (patch)
treedd03fe8bd09b6da66940a0b0d51b036313884ae6
parent5ccd32d4a94c0e606cff025ef3bac94f290bdc8c (diff)
parentc2d49014e822e44e1230c500388a52328890427c (diff)
downloadgrpcio-361c36ce171efb12c5796dfc1fea1bc391f032f1.tar.gz
Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING."
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json5
2 files changed, 6 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f532453..d4d4930 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --features=protobuf,protobuf-codec.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..5af2dde
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,5 @@
+{
+ "device": true,
+ "features": "protobuf,protobuf-codec",
+ "run": true
+} \ No newline at end of file