blob: 235faacdb8efd50fed96bfe81bbe8b07eb7be7f1 [file] [log] [blame]
# Copyright 2016 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/components.gni")
group("examples") {
public_deps = [
":flatland-examples",
"simplest_app",
]
}
group("tests") {
testonly = true
public_deps = [ "flatland-view-provider:flatland-view-provider-tests" ]
}
fuchsia_package("flatland-examples") {
package_name = "flatland-examples"
deps = [
"flatland-display",
"flatland-display:flatland-display-rust",
"flatland-view-provider",
"flatland-view-provider:flatland-view-provider-v1",
]
}