Add inner_api config in bundle.json

Signed-off-by: lvyongzhao <lvyongzhao1@huawei.com>
This commit is contained in:
lvyongzhao
2025-05-21 09:20:26 +08:00
parent c62951b466
commit b0341da64a
+5 -1
View File
@@ -27,7 +27,11 @@
},
"build": {
"sub_component": [],
"inner_kits": [],
"inner_kits": [
{
"name": "//third_party/popt:popt_static"
}
],
"test": []
}
}