aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Clément Tosi <ptosi@google.com>2024-01-25 17:54:49 +0000
committerPierre-Clément Tosi <ptosi@google.com>2024-01-26 17:34:04 +0000
commit69cdbdb960e3a869213c773eb16ceb8af72eca38 (patch)
tree2b78d286bbb0b71dd4a339c10589350fa7a4bcab
parentedd31b89a754961ab976753350ffe6a4f12e8118 (diff)
downloadmemoffset-69cdbdb960e3a869213c773eb16ceb8af72eca38.tar.gz
Prepare cargo_embargo.json for multi-variants
Minimize the diff of the next commits by packaging the configs for the single (for now) variant into one "variants" entry (trivial change). Test: cargo_embargo generate cargo_embargo.json Test: m libmemoffset Change-Id: Idc9f5a113c8dde77047b92e6b222c35f38f41ae2
-rw-r--r--cargo_embargo.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 87c3870..c458c58 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -1,5 +1,4 @@
{
- "min_sdk_version": "29",
"package": {
"memoffset": {
"dep_blocklist": [
@@ -7,5 +6,10 @@
]
}
},
- "tests": true
+ "variants": [
+ {
+ "min_sdk_version": "29",
+ "tests": true
+ }
+ ]
}