We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88e72f commit ab4baf2Copy full SHA for ab4baf2
src/developer/build_info/BUILD.gn
@@ -28,18 +28,8 @@ fuchsia_component("build-info") {
28
deps = [ ":bin" ]
29
}
30
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
-
38
fuchsia_package("build-info-service") {
39
- deps = [
40
- ":build-info",
41
- ":build-info-legacy",
42
- ]
+ deps = [ ":build-info" ]
43
44
45
core_shard("build_info_core_shard") {
src/developer/build_info/meta/build_info.cmx
0 commit comments