• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021-2022 iSoftStone Device Co., Ltd.
2#
3# HDF is dual licensed: you can use it either under the terms of
4# the GPL, or the BSD license, at your option.
5# See the LICENSE file in the root of this repository for complete details.
6
7import("//build/ohos.gni")
8
9print("rk3399_group in")
10group("rk3399_group") {
11  deps = [
12    "bootanimation:bootanimation",
13    "cfg/rootfs:init_configs",
14    "kernel:kernel",
15    "//device/soc/rockchip/rk3399/hardware:hardware_group",
16  ]
17}
18