blob: 46eeaf59507c47b655a440a851e13438520aefc8 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//src/sys/build/components.gni")
fuchsia_component("echo-realm") {
manifest = "meta/echo_realm.cml"
}
fuchsia_package("components-routing-failed-example") {
deps = [
":echo-realm",
"echo_client",
"echo_server",
]
}