blob: 85e32bf97f8c69e83afadc660bf78d977b388212 [file] [log] [blame]
# Copyright 2018 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("ermine") {
public_deps = [
":ermine-pkg",
"session",
]
}
# Ermine package includes login and user shell components.
fuchsia_package("ermine-pkg") {
package_name = "ermine"
deps = [
"login:component",
"shell:component",
]
}