Loading tools/aconfig/aflags/src/aconfig_storage_source.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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(), Loading Loading
tools/aconfig/aflags/src/aconfig_storage_source.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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(), Loading