From 9880eac8328ada27fb663322d3d0647971b6d952 Mon Sep 17 00:00:00 2001 From: whoselittlelion Date: Wed, 12 Jun 2024 21:29:20 +0800 Subject: [PATCH] fix: repair alsa utils opensource statement Signed-off-by: whoselittlelion --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 42e8b09..e81aa8d 100644 --- a/BUILD.gn +++ b/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" }