Merge "Don't show container in list new storage" into main am: 9263e3e447
am: b7c2e20d68
Original change: https://android-review.googlesource.com/c/platform/build/+/3255342 Change-Id: I99c8f126f0c14f2673f975780186d1fed3a41c45 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -62,7 +62,7 @@ fn convert(msg: ProtoFlagQueryReturnMessage) -> Result<Flag> {
|
||||
permission,
|
||||
value_picked_from,
|
||||
staged_value,
|
||||
container: msg.container.ok_or(anyhow!("missing container"))?,
|
||||
container: "-".to_string(),
|
||||
|
||||
// TODO: remove once DeviceConfig is not in the CLI.
|
||||
namespace: "-".to_string(),
|
||||
|
Reference in New Issue
Block a user