mirror of
https://gitee.com/openharmony/third_party_alsa-utils
synced 2024-11-23 07:00:15 +00:00
fix: repair alsa utils opensource statement
Signed-off-by: whoselittlelion <humin16@huawei.com>
This commit is contained in:
parent
214d702ec6
commit
9880eac832
4
BUILD.gn
4
BUILD.gn
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user