Skip to content

Commit 1967e7f

Browse files
committed
Remove //libsparse from github.com/google/android-cuttlefish directory base/cvd
Bug: b/473081223
1 parent 25e5c62 commit 1967e7f

File tree

12 files changed

+14
-32
lines changed

12 files changed

+14
-32
lines changed

base/cvd/BUILD.android_system_core.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ cc_library(
3636
"fs_mgr/liblp/include",
3737
],
3838
deps = [
39+
":libsparse",
3940
"@@//libbase",
4041
"@@//libext4_utils",
41-
"@@//libsparse",
4242
"@boringssl//:crypto",
4343
],
4444
)

base/cvd/BUILD.e2fsprogs.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ cc_binary(
3737
"@//android:log_header",
3838
"@//build_external/e2fsprogs:e2fsprogs_config",
3939
"@//libbase",
40-
"@//libsparse",
4140
"@android_system_core//:libcutils",
41+
"@android_system_core//:libsparse",
4242
"@boringssl//:crypto",
4343
"@selinux//:libselinux",
4444
"@zlib",
@@ -231,7 +231,7 @@ cc_library(
231231
":libext2_e2p_headers",
232232
"@//build_external/e2fsprogs:e2fsprogs_config",
233233
"@//build_external/e2fsprogs:libext2fs_generated_private",
234-
"@//libsparse",
234+
"@android_system_core//:libsparse",
235235
"@zlib",
236236
],
237237
)
@@ -481,7 +481,7 @@ cc_binary(
481481
"@//build_external/e2fsprogs:libext2_quota_generated",
482482
"@//build_external/e2fsprogs:mke2fs_generated",
483483
"@//libbase",
484-
"@//libsparse",
484+
"@android_system_core//:libsparse",
485485
"@zlib",
486486
],
487487
)

base/cvd/BUILD.f2fs_tools.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cc_library(
6969
],
7070
deps = [
7171
"@//libbase",
72-
"@//libsparse",
72+
"@android_system_core//:libsparse",
7373
"@e2fsprogs//:libext2_uuid",
7474
],
7575
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ cf_cc_binary(
3939
"//cuttlefish/host/libs/vm_manager",
4040
"//cuttlefish/posix:strerror",
4141
"//libbase",
42-
"//libsparse",
4342
"@abseil-cpp//absl/log",
43+
"@android_system_core//:libsparse",
4444
"@fmt",
4545
"@protobuf",
4646
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ cf_cc_library(
5858
"//cuttlefish/host/libs/image_aggregator:sparse_image",
5959
"//cuttlefish/result",
6060
"//libbase",
61-
"//libsparse",
6261
"@abseil-cpp//absl/log",
62+
"@android_system_core//:libsparse",
6363
],
6464
)
6565

base/cvd/cuttlefish/host/libs/image_aggregator/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cf_cc_library(
9292
"//cuttlefish/host/libs/image_aggregator:sparse_image",
9393
"//cuttlefish/result",
9494
"//libbase",
95-
"//libsparse",
95+
"@android_system_core//:libsparse",
9696
"@protobuf",
9797
"@protobuf//:differencer",
9898
"@zlib",
@@ -129,7 +129,7 @@ cf_cc_library(
129129
"//cuttlefish/posix:strerror",
130130
"//cuttlefish/result",
131131
"//libbase",
132-
"//libsparse",
132+
"@android_system_core//:libsparse",
133133
],
134134
)
135135

base/cvd/cuttlefish/package/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ package_files(
9292
# "cuttlefish-common/bin/secure_env": "//cuttlefish/host/commands/secure_env", # TODO: schuffelen - make this more complete
9393
"cuttlefish-common/bin/sefcontext_compile": "@selinux//:sefcontext_compile",
9494
"cuttlefish-common/bin/sensors_simulator": "//cuttlefish/host/commands/sensors_simulator",
95-
"cuttlefish-common/bin/simg2img": "//libsparse:simg2img",
95+
"cuttlefish-common/bin/simg2img": "@android_system_core//:simg2img",
9696
"cuttlefish-common/bin/snapshot_util_cvd": "//cuttlefish/host/commands/snapshot_util_cvd",
9797
"cuttlefish-common/bin/socket_vsock_proxy": "//cuttlefish/common/frontend/socket_vsock_proxy",
9898
"cuttlefish-common/bin/tcp_connector": "//cuttlefish/host/commands/tcp_connector",

base/cvd/fastboot/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ cc_binary(
6363
],
6464
deps = [
6565
"//libbase",
66-
"//libsparse",
6766
"@android_system_core//:libcutils",
6867
"@android_system_core//:liblp",
68+
"@android_system_core//:libsparse",
6969
"@avb//:libavb",
7070
"@googletest//:gtest",
7171
"@libzip",

base/cvd/fec/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cc_binary(
3636
deps = [
3737
"//libbase",
3838
"//libext4_utils",
39-
"//libsparse",
39+
"@android_system_core//:libsparse",
4040
"@avb//:libavb",
4141
"@boringssl//:crypto",
4242
"@fec_rs//:libfec_rs",

base/cvd/libsparse/BUILD.bazel

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)