make //kernel/lite_m:kernel available for all targets

Signed-off-by: yaoxiaoyu <yaoxiaoyu1@huawei.com>
Change-Id: Ibec8b49c6ece051301fd4d298c7a3b9b20d53409
This commit is contained in:
yaoxiaoyu 2021-11-24 11:43:01 +08:00
parent 4e0bf74f4a
commit 9b4386380c
1 changed files with 2 additions and 1 deletions

View File

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