Skip to content

Commit ab4baf2

Browse files
shaybarakCQ Bot
authored andcommitted
[build_info] Delete cmx
Fixed: 81009 Fixed: 95556 Change-Id: I44c844a2de26691cf842a6678072d1b98fc2ff11 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/689984 Commit-Queue: Shai Barack <[email protected]> Reviewed-by: Yegor Pomortsev <[email protected]> Fuchsia-Auto-Submit: Shai Barack <[email protected]>
1 parent c88e72f commit ab4baf2

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

src/developer/build_info/BUILD.gn

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,8 @@ fuchsia_component("build-info") {
2828
deps = [ ":bin" ]
2929
}
3030

31-
# TODO(fxbug.dev/81009): delete the below
32-
fuchsia_component("build-info-legacy") {
33-
component_name = "build-info"
34-
manifest = "meta/build_info.cmx"
35-
deps = [ ":bin" ]
36-
}
37-
3831
fuchsia_package("build-info-service") {
39-
deps = [
40-
":build-info",
41-
":build-info-legacy",
42-
]
32+
deps = [ ":build-info" ]
4333
}
4434

4535
core_shard("build_info_core_shard") {

src/developer/build_info/meta/build_info.cmx

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

0 commit comments

Comments
 (0)