!29 添加联网管控需求必需的inner_kits接口

Merge pull request !29 from 池越可/0428_NetworkAccessPolicy
This commit is contained in:
openharmony_ci 2024-04-29 02:04:40 +00:00 committed by Gitee
commit bad27beb13
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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": []
}
}