From 8813f7afe63b901112109cc8545b6e36c671ea06 Mon Sep 17 00:00:00 2001 From: p00452466 Date: Sat, 5 Dec 2020 01:26:19 +0800 Subject: [PATCH] Description:add Change kernel type from liteos_riscv to liteos_m Reviewed-by:liubeibei Change-Id: Ib690ae4bf2a3db4f6104879ec29867eaa6b4cbd0 --- source/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/BUILD.gn b/source/BUILD.gn index 340bf77..9455c0b 100755 --- a/source/BUILD.gn +++ b/source/BUILD.gn @@ -20,7 +20,7 @@ static_library("bootstrap") { "//foundation/distributedschedule/interfaces/kits/samgr_lite/samgr", "//utils/native/lite/include", ] - if (ohos_kernel_type == "liteos_riscv" || ohos_kernel_type == "liteos_m") { + if (ohos_kernel_type == "liteos_m") { include_dirs += [ "//kernel/liteos_m/kal" ] } else if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { include_dirs += [ -- Gitee