fix:部件需求整改
修复了脚本扫描出的bundle.json的问题,整改了 不符合规范的路径引用 Signed-off-by: yinjiaming <yinjiaming@huawei.com> Change-Id: Ic45ef8f2cc54c071e7104c7c1a6e31fc2ae395d2
This commit is contained in:
@@ -41,14 +41,14 @@ kernel_module(module_name) {
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
"//kernel/liteos_m/kernel/arch/include",
|
||||
"//kernel/liteos_m/kernel/include",
|
||||
"//kernel/liteos_m/utils",
|
||||
"$LITEOSTOPDIR/kernel/arch/include",
|
||||
"$LITEOSTOPDIR/kernel/include",
|
||||
"$LITEOSTOPDIR/utils",
|
||||
"../",
|
||||
".",
|
||||
]
|
||||
|
||||
deps = [ "//kernel/liteos_m/kal" ]
|
||||
deps = [ "$LITEOSTOPDIR/kal" ]
|
||||
configs += [ "$LITEOSTOPDIR:warn_config" ]
|
||||
if (!defined(LOSCFG_COMPILER_ICCARM)) {
|
||||
cflags = [ "-Wno-parentheses" ]
|
||||
|
||||
Reference in New Issue
Block a user