aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-01 11:09:37 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-01 11:09:37 -0700
commit9aa887234fcb079e22139c8f4cf7fb2381e18085 (patch)
tree49b6ff005e50a5361a721ac1a73e84d5e4526af4 /cargo2android.json
parent784e24eb3f0c100bb3f2da234330b8d93b27b722 (diff)
downloadsmallvec-9aa887234fcb079e22139c8f4cf7fb2381e18085.tar.gz
Remove patch and use config file.
Test: Build Test: Run cargo2android.py. Change-Id: Ie22609d29543b15c87df50ef1289e42f4cff2898
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..42b7833
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,9 @@
+{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
+ "dependencies": true,
+ "device": true,
+ "run": true
+} \ No newline at end of file