blob: 7b31b832bf33afcf1e79d4b2c03a1c6b10ccb6fa [file] [log] [blame] [edit]
# Copyright 2017 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("//build/package.gni")
package("escher_examples") {
deprecated_system_image = true
deps = [
"waterfall",
]
binaries = [
{
name = "waterfall"
},
]
}