Merge "Don't show container in list new storage" into main am: 9263e3e447
Original change: https://android-review.googlesource.com/c/platform/build/+/3255342 Change-Id: I9c0c9fbc85c70d081499be8d57f38a5dc9726b2d 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