From a8ccd6f364df730c7ed65040e0ec2d96a103d2a6 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 6 Sep 2023 15:39:15 +0100 Subject: [PATCH] device_supported is true by default, no need to specify it. Bug: 293289578 Test: atest cargo_embargo.test Change-Id: I54b6586b4b5940d0e94a2a8f4b35c267792c4842 --- tools/cargo_embargo/testdata/either/cargo_embargo.json | 1 - tools/cargo_embargo/testdata/plotters/cargo_embargo.json | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/cargo_embargo/testdata/either/cargo_embargo.json b/tools/cargo_embargo/testdata/either/cargo_embargo.json index 4388c41be..0ad9626c2 100644 --- a/tools/cargo_embargo/testdata/either/cargo_embargo.json +++ b/tools/cargo_embargo/testdata/either/cargo_embargo.json @@ -2,7 +2,6 @@ "tests": true, "package": { "either": { - "device_supported": true } } } diff --git a/tools/cargo_embargo/testdata/plotters/cargo_embargo.json b/tools/cargo_embargo/testdata/plotters/cargo_embargo.json index eff124b7b..0219ae2ff 100644 --- a/tools/cargo_embargo/testdata/plotters/cargo_embargo.json +++ b/tools/cargo_embargo/testdata/plotters/cargo_embargo.json @@ -2,7 +2,6 @@ "features": ["svg_backend", "area_series", "line_series"], "package": { "plotters": { - "device_supported": true } } }