diff --git a/BUILD.gn b/BUILD.gn index c226a3ec21b7b0558bc5ac1e780e6e36d7d55f78..35df67be09e2aa03dcfd2fa2edb0158a18da086c 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -24,7 +24,7 @@ lite_component("acts_compoment") { ] all_features += exec_script(rebase_path("//test/xts/tools/build/utils.py"), args, "list lines") } else { - if(ohos_kernel_type == "liteos_riscv") { + if(ohos_kernel_type == "liteos_m") { all_features += [ "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest", "//test/xts/acts/communication_lite/softbus_hal:ActsSoftBusTest",