summaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-24 16:47:33 -0700
committerJoel Galenson <jgalenson@google.com>2021-05-24 16:50:27 -0700
commit3916abf73e00fc3458ea97c5620af3e9bb81e0ff (patch)
tree5f718827e03eada38b00df9d2e70a9198ed6b759 /cargo2android.json
parent0d2595cd2a0d47c78bb56c0a18a863f518456da7 (diff)
downloadring-3916abf73e00fc3458ea97c5620af3e9bb81e0ff.tar.gz
Cleanup
Migrate to using a config file. Generate the apex_available as part of the config file and not a patch. Remove the test timeout, as it was added to the updater in aosp/1556124. Test: Run c2a/updater. Change-Id: I78a0e064c22dc606ea38d618122fa74fb02df38f
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..c9cf3c2
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,13 @@
+{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.resolv"
+ ],
+ "dependencies": true,
+ "device": true,
+ "features": "alloc,default,dev_urandom_fallback,once_cell,std",
+ "min-sdk-version": "29",
+ "patch": "patches/Android.bp.diff",
+ "run": true,
+ "tests": true
+} \ No newline at end of file