Added inner_kits required for networked access policy.

Signed-off-by: 池越可 <chiyueke1@huawei.com>
This commit is contained in:
池越可 2024-04-28 21:07:36 +08:00
parent 803b1e4ddb
commit 97f843c112

View File

@ -29,7 +29,15 @@
},
"build": {
"sub_component": [],
"inner_kits": [],
"inner_kits": [
{
"name":"//third_party/libbpf:libbpf",
"header":{
"header_files":[ "libbpf.h" ],
"header_base":"//third_party/libbpf/src"
}
}
],
"test": []
}
}