aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cargo2android.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 26e4736..9f7bfa3 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -6,5 +6,7 @@
"device": true,
"features": "protobuf,protobuf-codec",
"min-sdk-version": "29",
- "run": true
+ "run": true,
+ "vendor-available": false,
+ "product-available": false
}