diff --git a/BUILD.gn b/BUILD.gn index b1d07f51aa4be0dd0eb580cb278f25610439aec9..394b3fe85ae08060ddb221ffb4450b072d7d60ad 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -6,6 +6,10 @@ if (!defined(ohos_lite)) { if (defined(ohos_lite)) { group("hispark_taurus") { + deps = [] + if (ohos_kernel_type == "liteos_a") { + deps += [ "//device/hisilicon/build/hi3516dv300:hi3516dv300_image" ] + } } } else { print("hispark_taurus in")