fix: repair alsa utils opensource statement

Signed-off-by: whoselittlelion <humin16@huawei.com>
This commit is contained in:
whoselittlelion 2024-06-12 21:29:20 +08:00
parent 214d702ec6
commit 9880eac832

View File

@ -68,7 +68,6 @@ ohos_executable("aconnect") {
deps = [ "../alsa-lib:libasound" ]
license_file = "./README.OpenSource"
subsystem_name = "thirdparty"
part_name = "alsa-utils"
}
@ -89,7 +88,6 @@ ohos_executable("amixer") {
deps = [ "../alsa-lib:libasound" ]
license_file = "./README.OpenSource"
install_enable = true
subsystem_name = "thirdparty"
part_name = "alsa-utils"
@ -111,7 +109,6 @@ ohos_executable("aplay") {
symlink_target_name = [ "arecord" ]
license_file = "./README.OpenSource"
install_enable = true
subsystem_name = "thirdparty"
part_name = "alsa-utils"
@ -135,7 +132,6 @@ ohos_executable("speaker-test") {
deps = [ "../alsa-lib:libasound" ]
license_file = "./README.OpenSource"
subsystem_name = "thirdparty"
part_name = "alsa-utils"
}