@@ -91,7 +91,6 @@ cf_cc_library(
9191 deps = [
9292 "//cuttlefish/common/libs/utils:files" ,
9393 "//cuttlefish/common/libs/utils:size_utils" ,
94- "//cuttlefish/common/libs/utils:subprocess" ,
9594 "//cuttlefish/host/commands/assemble_cvd:bootconfig_args" ,
9695 "//cuttlefish/host/libs/avb" ,
9796 "//cuttlefish/host/libs/config:ap_boot_flow" ,
@@ -100,6 +99,7 @@ cf_cc_library(
10099 "//cuttlefish/host/libs/config:kernel_args" ,
101100 "//cuttlefish/host/libs/config:mkenvimage_slim" ,
102101 "//cuttlefish/host/libs/vm_manager" ,
102+ "//cuttlefish/process:command_subprocess" ,
103103 "//cuttlefish/result" ,
104104 "//libbase" ,
105105 "@abseil-cpp//absl/log" ,
@@ -115,7 +115,6 @@ cf_cc_library(
115115 deps = [
116116 "//cuttlefish/common/libs/fs" ,
117117 "//cuttlefish/common/libs/utils:files" ,
118- "//cuttlefish/common/libs/utils:subprocess" ,
119118 "//cuttlefish/host/commands/assemble_cvd/boot_image" ,
120119 "//cuttlefish/host/commands/assemble_cvd/boot_image:boot_image_builder" ,
121120 "//cuttlefish/host/commands/assemble_cvd/boot_image:vendor_boot_image" ,
@@ -136,6 +135,7 @@ cf_cc_library(
136135 "//cuttlefish/io:shared_fd" ,
137136 "//cuttlefish/io:string" ,
138137 "//cuttlefish/io:write_exact" ,
138+ "//cuttlefish/process:command_subprocess" ,
139139 "//cuttlefish/result" ,
140140 "//libbase" ,
141141 "@abseil-cpp//absl/log" ,
@@ -398,7 +398,6 @@ cf_cc_library(
398398 "//cuttlefish/common/libs/utils:files" ,
399399 "//cuttlefish/common/libs/utils:host_info" ,
400400 "//cuttlefish/common/libs/utils:in_sandbox" ,
401- "//cuttlefish/common/libs/utils:subprocess" ,
402401 "//cuttlefish/host/commands/assemble_cvd:boot_image_utils" ,
403402 "//cuttlefish/host/commands/assemble_cvd:guest_config_cc_proto" ,
404403 "//cuttlefish/host/commands/assemble_cvd/flags:boot_image" ,
@@ -411,6 +410,7 @@ cf_cc_library(
411410 "//cuttlefish/pretty:optional" ,
412411 "//cuttlefish/pretty:string" ,
413412 "//cuttlefish/pretty:struct" ,
413+ "//cuttlefish/process:command_subprocess" ,
414414 "//cuttlefish/process:managed_stdio" ,
415415 "//cuttlefish/result" ,
416416 "//libbase" ,
@@ -430,7 +430,6 @@ cf_cc_library(
430430 "//cuttlefish/common/libs/utils:files" ,
431431 "//cuttlefish/common/libs/utils:host_info" ,
432432 "//cuttlefish/common/libs/utils:semver" ,
433- "//cuttlefish/common/libs/utils:subprocess" ,
434433 "//cuttlefish/host/commands/assemble_cvd:guest_config" ,
435434 "//cuttlefish/host/graphics_detector:graphics_detector_cc_proto" ,
436435 "//cuttlefish/host/libs/config:config_constants" ,
@@ -439,6 +438,7 @@ cf_cc_library(
439438 "//cuttlefish/host/libs/config:guest_hwui_renderer" ,
440439 "//cuttlefish/host/libs/config:guest_renderer_preload" ,
441440 "//cuttlefish/host/libs/config:vmm_mode" ,
441+ "//cuttlefish/process:command_subprocess" ,
442442 "//cuttlefish/process:managed_stdio" ,
443443 "//cuttlefish/result" ,
444444 "//libbase" ,
@@ -578,14 +578,14 @@ cf_cc_library(
578578 "//cuttlefish/common/libs/utils:archive" ,
579579 "//cuttlefish/common/libs/utils:contains" ,
580580 "//cuttlefish/common/libs/utils:files" ,
581- "//cuttlefish/common/libs/utils:subprocess" ,
582581 "//cuttlefish/host/commands/assemble_cvd:misc_info" ,
583582 "//cuttlefish/host/libs/avb" ,
584583 "//cuttlefish/host/libs/config:config_utils" ,
585584 "//cuttlefish/host/libs/config:cuttlefish_config" ,
586585 "//cuttlefish/host/libs/config:fetcher_config" ,
587586 "//cuttlefish/host/libs/config:file_source" ,
588587 "//cuttlefish/host/libs/config:known_paths" ,
588+ "//cuttlefish/process:command_subprocess" ,
589589 "//cuttlefish/result" ,
590590 "//libbase" ,
591591 "@abseil-cpp//absl/log" ,
@@ -619,13 +619,13 @@ cf_cc_library(
619619 "//cuttlefish/common/libs/utils:disk_usage" ,
620620 "//cuttlefish/common/libs/utils:environment" ,
621621 "//cuttlefish/common/libs/utils:files" ,
622- "//cuttlefish/common/libs/utils:subprocess" ,
623622 "//cuttlefish/host/commands/assemble_cvd:boot_image_utils" ,
624623 "//cuttlefish/host/commands/assemble_cvd:kernel_module_parser" ,
625624 "//cuttlefish/host/libs/avb" ,
626625 "//cuttlefish/host/libs/config:config_utils" ,
627626 "//cuttlefish/host/libs/config:known_paths" ,
628627 "//cuttlefish/io:shared_fd" ,
628+ "//cuttlefish/process:command_subprocess" ,
629629 "//cuttlefish/result" ,
630630 "//libbase" ,
631631 "@abseil-cpp//absl/log" ,
0 commit comments