aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-17 12:48:06 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-17 12:48:06 +0000
commit5f5dd649c1ec1eecf642d3c17b5022c1890a3c54 (patch)
tree78ee8048f5d966e3f2f018f63c2a055f8555dba6 /cargo2android.json
parent738d78f6696da049502fc4436a70ca8799e1569e (diff)
downloadzerocopy-5f5dd649c1ec1eecf642d3c17b5022c1890a3c54.tar.gz
Migrate to cargo_embargo.
Bug: 293289578 Test: Ran cargo_embargo, compared Android.bp Change-Id: I2b4e579dd316c4582243fe0343737c3c26619903
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 68d4eaf..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "device": true,
- "run": true,
- "features": "derive,byteorder,simd",
- "variants": [
- {
- "tests": false
- },
- {
- "alloc": true,
- "dependency-suffix": "_nostd",
- "features": "alloc,derive,byteorder,simd",
- "force-rlib": true,
- "no-host": true,
- "suffix": "_nostd",
- "no-std": true
- },
- {
- "dependency-suffix": "_nostd",
- "features": "derive,byteorder,simd",
- "force-rlib": true,
- "no-host": true,
- "suffix": "_nostd_noalloc",
- "no-std": true
- }
- ]
-}