更改bundle.json文件,加入libSLES的innerAPI接口

加入libSLES的innerAPI接口

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-04-22 09:29:14 +00:00
committed by Gitee
parent 01aa457a8f
commit 3c4a462b59
+5 -1
View File
@@ -29,7 +29,11 @@
"build": {
"sub_component": [
],
"inner_kits": [],
"inner_kits": [
{
"name" : "//third_party/openSLES:libSLES"
}
],
"test": []
}
}