@@ -399,7 +399,6 @@ cf_cc_library(
399399 "//cuttlefish/common/libs/utils:host_info" ,
400400 "//cuttlefish/common/libs/utils:in_sandbox" ,
401401 "//cuttlefish/common/libs/utils:subprocess" ,
402- "//cuttlefish/common/libs/utils:subprocess_managed_stdio" ,
403402 "//cuttlefish/host/commands/assemble_cvd:boot_image_utils" ,
404403 "//cuttlefish/host/commands/assemble_cvd:guest_config_cc_proto" ,
405404 "//cuttlefish/host/commands/assemble_cvd/flags:boot_image" ,
@@ -412,6 +411,7 @@ cf_cc_library(
412411 "//cuttlefish/pretty:optional" ,
413412 "//cuttlefish/pretty:string" ,
414413 "//cuttlefish/pretty:struct" ,
414+ "//cuttlefish/process:managed_stdio" ,
415415 "//cuttlefish/result" ,
416416 "//libbase" ,
417417 "@abseil-cpp//absl/strings" ,
@@ -431,7 +431,6 @@ cf_cc_library(
431431 "//cuttlefish/common/libs/utils:host_info" ,
432432 "//cuttlefish/common/libs/utils:semver" ,
433433 "//cuttlefish/common/libs/utils:subprocess" ,
434- "//cuttlefish/common/libs/utils:subprocess_managed_stdio" ,
435434 "//cuttlefish/host/commands/assemble_cvd:guest_config" ,
436435 "//cuttlefish/host/graphics_detector:graphics_detector_cc_proto" ,
437436 "//cuttlefish/host/libs/config:config_constants" ,
@@ -440,6 +439,7 @@ cf_cc_library(
440439 "//cuttlefish/host/libs/config:guest_hwui_renderer" ,
441440 "//cuttlefish/host/libs/config:guest_renderer_preload" ,
442441 "//cuttlefish/host/libs/config:vmm_mode" ,
442+ "//cuttlefish/process:managed_stdio" ,
443443 "//cuttlefish/result" ,
444444 "//libbase" ,
445445 "@abseil-cpp//absl/log" ,
0 commit comments