fix: 编译框架在做编译入口的统一

【背景】编译框架在做编译入口的统一,a核两种编译方式生成结果有差异

【修改方案】
1,修改kernel依赖

【影响】
对现有的产品编译不会有影响。

re #I4KRQN
Signed-off-by: wangchen <253227059@qq.com>
This commit is contained in:
wangchen 2021-12-13 09:15:30 +00:00
parent 9b397173fe
commit bdb9864436
1 changed files with 7 additions and 0 deletions

View File

@ -315,6 +315,13 @@ group("kernel") {
}
group("liteos_a") {
deps = [
":apps",
":kernel",
":make",
":tests",
"//prebuilts/lite/sysroot/build:strip",
]
}
executable("liteos") {