diff --git a/source/BUILD.gn b/source/BUILD.gn index 340bf7712aa09560e7170d97b6e1f6615cf5b899..9455c0b9e661ffe1055dbe420737b7243b3f39f6 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 += [