From 44981b56b3a2d3eff5c85aebf68530c61891fd42 Mon Sep 17 00:00:00 2001 From: MengLv Date: Wed, 8 May 2024 17:44:34 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20NA=20:=20openSLES=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=88=90static=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: MengLv --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index e0810a6..563a941 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -17,7 +17,7 @@ config("libSLES_public_config") { include_dirs = [ "api/1.0.1" ] } -ohos_shared_library("libSLES") { +ohos_static_library("libSLES") { public_configs = [ ":libSLES_public_config" ] sources = [ "api/1.0.1/OpenSLES_IID.c",