File tree Expand file tree Collapse file tree
host/commands/socket_vsock_proxy Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 1313// See the License for the specific language governing permissions and
1414// limitations under the License.
1515
16- #include " cuttlefish/common/frontend /socket_vsock_proxy/client.h"
16+ #include " cuttlefish/host/commands /socket_vsock_proxy/client.h"
1717
1818#include < chrono>
1919#include < string>
File renamed without changes.
Original file line number Diff line number Diff line change 1313// See the License for the specific language governing permissions and
1414// limitations under the License.
1515
16- #include " cuttlefish/common/frontend /socket_vsock_proxy/server.h"
16+ #include " cuttlefish/host/commands /socket_vsock_proxy/server.h"
1717
1818#include < chrono>
1919#include < set>
File renamed without changes.
Original file line number Diff line number Diff line change 2323#include " absl/log/check.h"
2424#include " absl/log/log.h"
2525
26- #include " cuttlefish/common/frontend/socket_vsock_proxy/client.h"
27- #include " cuttlefish/common/frontend/socket_vsock_proxy/server.h"
2826#include " cuttlefish/common/libs/fs/shared_fd.h"
2927#include " cuttlefish/common/libs/utils/socket2socket_proxy.h"
3028#include " cuttlefish/host/commands/kernel_log_monitor/utils.h"
29+ #include " cuttlefish/host/commands/socket_vsock_proxy/client.h"
30+ #include " cuttlefish/host/commands/socket_vsock_proxy/server.h"
3131#include " cuttlefish/host/libs/config/config_instance_derived.h"
3232#include " cuttlefish/host/libs/config/cuttlefish_config.h"
3333#include " cuttlefish/host/libs/config/logging.h"
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ package_files(
9494 "cuttlefish-common/bin/sensors_simulator" : "//cuttlefish/host/commands/sensors_simulator" ,
9595 "cuttlefish-common/bin/simg2img" : "@android_system_core//:simg2img" ,
9696 "cuttlefish-common/bin/snapshot_util_cvd" : "//cuttlefish/host/commands/snapshot_util_cvd" ,
97- "cuttlefish-common/bin/socket_vsock_proxy" : "//cuttlefish/common/frontend /socket_vsock_proxy" ,
97+ "cuttlefish-common/bin/socket_vsock_proxy" : "//cuttlefish/host/commands /socket_vsock_proxy" ,
9898 "cuttlefish-common/bin/tcp_connector" : "//cuttlefish/host/commands/tcp_connector" ,
9999 "cuttlefish-common/bin/tombstone_receiver" : "//cuttlefish/host/commands/tombstone_receiver" ,
100100 "cuttlefish-common/bin/unpack_bootimg.py" : "@mkbootimg//:unpack_bootimg.py" ,
You can’t perform that action at this time.
0 commit comments