提交 f2411fd4 编写于 作者: O openharmony_ci 提交者: Gitee

!1 Change kernel type

Merge pull request !1 from jady3356/peitaiyi_20201204182136
......@@ -14,13 +14,12 @@
import("//build/lite/config/test.gni")
subsystem_test("test") {
test_components = []
if(ohos_kernel_type == "liteos_riscv") {
features += [
]
}else if(ohos_kernel_type == "liteos_a") {
test_components += [
"//test/developertest/example/cxx_demo/test/unittest/common:CalcSubTest"
]
}
test_components = []
if (ohos_kernel_type == "liteos_m") {
features += []
} else if (ohos_kernel_type == "liteos_a") {
test_components += [
"//test/developertest/example/cxx_demo/test/unittest/common:CalcSubTest",
]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册