update bundle.json.

Signed-off-by: 许学海 <xuxuehai2@huawei.com>
This commit is contained in:
许学海 2024-07-30 03:01:50 +00:00 committed by Gitee
parent dcba23810b
commit 1e13258446
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -28,7 +28,17 @@
},
"build": {
"sub_component": [ "//third_party/alsa-lib:libasound" ],
"inner_kits": [],
"inner_kits": [
{
"type": "so",
"name": "//third_party/alsa-lib:libasound",
"header": {
"header_base": "//third_party/alsa-lib",
"header_files": [
]
}
}
],
"test": []
}
}