device_supported is true by default, no need to specify it.

Bug: 293289578
Test: atest cargo_embargo.test
Change-Id: I54b6586b4b5940d0e94a2a8f4b35c267792c4842
This commit is contained in:
Andrew Walbran
2023-09-06 15:39:15 +01:00
parent 2e6cec5a0f
commit a8ccd6f364
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
"tests": true,
"package": {
"either": {
"device_supported": true
}
}
}

View File

@@ -2,7 +2,6 @@
"features": ["svg_backend", "area_series", "line_series"],
"package": {
"plotters": {
"device_supported": true
}
}
}