aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index b012d15..90c5a67 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,5 +1,9 @@
{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
"device": true,
"features": "std,clock",
"run": true
-} \ No newline at end of file
+}