fix:部件需求整改

修复了脚本扫描出的bundle.json的问题,整改了
不符合规范的路径引用

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I11c321f8707d3e44dd7ee40dac35cf99907fb864
This commit is contained in:
yinjiaming
2023-04-28 10:08:22 +08:00
parent d9e9631286
commit 47a4fe030b
6 changed files with 24 additions and 24 deletions

View File

@@ -107,5 +107,5 @@ kernel_module("test_ipc") {
]
public_configs =
[ "//kernel/liteos_a/testsuites/kernel:liteos_kernel_test_public" ]
[ "$LITEOSTOPDIR/testsuites/kernel:liteos_kernel_test_public" ]
}