From 30a218f124d60458a5c37c9bd0ec8e3b2c5dab12 Mon Sep 17 00:00:00 2001 From: chenhaifan Date: Wed, 11 Jan 2023 09:53:10 +0800 Subject: [PATCH] fix:Change the installation path of libsound library Signed-off-by: chenhaifan --- BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index b9a81392..6e560309 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -176,10 +176,7 @@ ohos_shared_library("libasound") { ] license_file = "./COPYING" output_extension = "so" - install_images = [ - "system", - "updater", - ] + install_images = [ chipset_base_dir ] install_enable = true part_name = "alsa-lib" subsystem_name = "thirdparty" -- Gitee