!732 内核的编译框架在做编译入口的统一

Merge pull request !732 from wangchen/kernel_build
This commit is contained in:
openharmony_ci 2021-12-15 01:09:40 +00:00 committed by Gitee
commit 6a0c169780
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") {