Skip to content

Commit 3bd479c

Browse files
committed
Clean up dependencies of fetch_cvd.cc
Bug: b/457520264
1 parent 8b583d5 commit 3bd479c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

base/cvd/cuttlefish/host/commands/cvd/fetch/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,8 @@ cf_cc_library(
160160
"//cuttlefish/common/libs/utils:result",
161161
"//cuttlefish/host/commands/cvd/fetch:build_strings",
162162
"//cuttlefish/host/commands/cvd/fetch:builds",
163-
"//cuttlefish/host/commands/cvd/fetch:de_android_sparse",
164163
"//cuttlefish/host/commands/cvd/fetch:download_flags",
165164
"//cuttlefish/host/commands/cvd/fetch:downloaders",
166-
"//cuttlefish/host/commands/cvd/fetch:extract_image_contents",
167165
"//cuttlefish/host/commands/cvd/fetch:fetch_context",
168166
"//cuttlefish/host/commands/cvd/fetch:fetch_cvd_parser",
169167
"//cuttlefish/host/commands/cvd/fetch:fetch_tracer",
@@ -174,15 +172,11 @@ cf_cc_library(
174172
"//cuttlefish/host/libs/config:fetcher_config",
175173
"//cuttlefish/host/libs/image_aggregator:sparse_image",
176174
"//cuttlefish/host/libs/web:android_build",
177-
"//cuttlefish/host/libs/web:android_build_api",
178175
"//cuttlefish/host/libs/web:android_build_string",
179-
"//cuttlefish/host/libs/web:build_api_zip",
180-
"//cuttlefish/host/libs/web:build_zip_name",
181176
"//cuttlefish/host/libs/web:chrome_os_build_string",
182177
"//cuttlefish/host/libs/web:luci_build_api",
183178
"//cuttlefish/host/libs/web/http_client:curl_global_init",
184179
"//cuttlefish/host/libs/zip:zip_cc",
185-
"//cuttlefish/host/libs/zip:zip_file",
186180
"//cuttlefish/host/libs/zip:zip_string",
187181
"//libbase",
188182
"@abseil-cpp//absl/strings",

base/cvd/cuttlefish/host/commands/cvd/fetch/fetch_cvd.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@
3636
#include "cuttlefish/common/libs/utils/result.h"
3737
#include "cuttlefish/host/commands/cvd/fetch/build_strings.h"
3838
#include "cuttlefish/host/commands/cvd/fetch/builds.h"
39-
#include "cuttlefish/host/commands/cvd/fetch/de_android_sparse.h"
4039
#include "cuttlefish/host/commands/cvd/fetch/download_flags.h"
4140
#include "cuttlefish/host/commands/cvd/fetch/downloaders.h"
42-
#include "cuttlefish/host/commands/cvd/fetch/extract_image_contents.h"
4341
#include "cuttlefish/host/commands/cvd/fetch/fetch_context.h"
4442
#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser.h"
4543
#include "cuttlefish/host/commands/cvd/fetch/fetch_tracer.h"
@@ -49,22 +47,17 @@
4947
#include "cuttlefish/host/libs/config/fetcher_config.h"
5048
#include "cuttlefish/host/libs/image_aggregator/sparse_image.h"
5149
#include "cuttlefish/host/libs/web/android_build.h"
52-
#include "cuttlefish/host/libs/web/android_build_api.h"
5350
#include "cuttlefish/host/libs/web/android_build_string.h"
54-
#include "cuttlefish/host/libs/web/build_api_zip.h"
55-
#include "cuttlefish/host/libs/web/build_zip_name.h"
5651
#include "cuttlefish/host/libs/web/chrome_os_build_string.h"
5752
#include "cuttlefish/host/libs/web/http_client/curl_global_init.h"
5853
#include "cuttlefish/host/libs/web/luci_build_api.h"
5954
#include "cuttlefish/host/libs/zip/zip_cc.h"
60-
#include "cuttlefish/host/libs/zip/zip_file.h"
6155
#include "cuttlefish/host/libs/zip/zip_string.h"
6256

6357
namespace cuttlefish {
6458
namespace {
6559

6660
constexpr mode_t kRwxAllMode = S_IRWXU | S_IRWXG | S_IRWXO;
67-
constexpr bool kOverrideEntries = true;
6861

6962
struct Target {
7063
BuildStrings build_strings;

0 commit comments

Comments
 (0)