Descripiton: fix gn visibility problem

Issue: I6UZYW

Signed-off-by: xxlight <xiaoxiaoliang2@huawei.com>
Change-Id: Ib1af894e6d50c014d5006074cb8981450dacf4bd
This commit is contained in:
xxlight 2023-04-12 12:01:38 +08:00
parent 6a9b564b9f
commit 3aed084f7d
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ group("unittest") {
config("distributed_ability_manager_config") {
visibility = [ ":*" ]
visibility += [ "./test/*" ]
include_dirs = [ "include/" ]
}

View File

@ -22,6 +22,7 @@ group("unittest") {
config("distributed_sched_config") {
visibility = [ ":*" ]
visibility += [ "./test/*" ]
include_dirs = [ "include" ]
defines = []
if (dmsfwk_mission_manager) {