aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TEST_MAPPING8
-rw-r--r--cargo2android.json12
2 files changed, 14 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..f439cf8
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,8 @@
+// Generated by update_crate_tests.py for tests that depend on this crate.
+{
+ "imports": [
+ {
+ "path": "external/rust/crates/vulkano"
+ }
+ ]
+}
diff --git a/cargo2android.json b/cargo2android.json
index 340481e..707d26c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,8 +1,8 @@
{
- "apex-available": [
- "//apex_available:platform",
- "com.android.virt"
- ],
- "device": true,
- "run": true
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
+ "device": true,
+ "run": true
} \ No newline at end of file