aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 973f0f9..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "apex-available": [
- "//apex_available:platform",
- "com.android.virt"
- ],
- "run": true,
- "vendor-available": true,
- "variants": [
- {
- },
- {
- "device": true,
- "no-host": true,
- "add-module-block": "cargo2android_viz.bp",
- "force-rlib": true,
- "suffix": "_nostd",
- "no-std": true
- }
- ]
-}