删除无效的include路径

This commit is contained in:
Caoruihong 2021-01-30 21:27:17 +08:00 committed by Gitee
parent d2a1eb9ece
commit 9d43078767
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ if (ohos_kernel_type == "liteos_m") {
include_dirs = [
"//kernel/liteos_m/kal/",
"//kernel/liteos_m/kal/cmsis",
"//kernel/liteos_m/kal/posix/include/malloc.h",
]
}
}