From 575cce1bbfdc181ae4b040fb7578d9f8685b4407 Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Sat, 28 Aug 2021 18:54:38 +0800 Subject: [PATCH] chore: mark_as_prebuilts was moved to //build/lite Signed-off-by: Caoruihong Change-Id: Ic0fc878350516725e976b537ac3605366913d5a5 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 739bab2..c47601b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -33,7 +33,7 @@ if (defined(ohos_lite)) { build_type = "small" product_path_rebase = rebase_path(product_path, ohos_root_path) command = "./kernel_module_build.sh ${outdir} ${build_type} ${clang_dir} ${product_path_rebase} ${board_name} ${kernel_version}" - deps = [ "//prebuilts/lite/sysroot/build:mark_as_prebuilts" ] + deps = [ "//build/lite:mark_as_prebuilts" ] } } else { kernel_build_script_dir = "//kernel/linux/build" -- Gitee