!411 make //kernel/liteos_m:kernel avaliable to all targets

Merge pull request !411 from yaoxiaoyu_903c/master
This commit is contained in:
openharmony_ci 2021-11-25 05:06:02 +00:00 committed by Gitee
commit e47bbdaa1b
1 changed files with 2 additions and 1 deletions

View File

@ -289,7 +289,8 @@ static_library("libkernel") {
group("kernel") { group("kernel") {
public_deps = [ ":libkernel" ] public_deps = [ ":libkernel" ]
visibility += [ "//build/lite:ohos" ] visibility = []
visibility += [ "*:*" ]
} }
group("liteos_m") { group("liteos_m") {