aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index e34fbf5..94f80e4 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -5,8 +5,14 @@
],
"min_sdk_version": "29",
"dependencies": true,
+ "test-data": [
+ "src/lib.rs=examples/cert.crt",
+ "src/lib.rs=examples/cert.key",
+ "src/lib.rs=examples/cert-big.crt",
+ "src/lib.rs=examples/rootca.crt"
+ ],
"tests": true,
"device": true,
"run": true,
"patch": "patches/Android.bp.patch"
- } \ No newline at end of file
+} \ No newline at end of file