From fcd4de935cf2098ee233b19cf019b074d24416bc Mon Sep 17 00:00:00 2001 From: xuyong Date: Thu, 17 Jul 2025 14:40:32 +0800 Subject: [PATCH] add shlib_type for building hisysevent_ani --- interfaces/ets/ani/hisysevent/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/ets/ani/hisysevent/BUILD.gn b/interfaces/ets/ani/hisysevent/BUILD.gn index 4e25109..a697d9a 100644 --- a/interfaces/ets/ani/hisysevent/BUILD.gn +++ b/interfaces/ets/ani/hisysevent/BUILD.gn @@ -15,6 +15,7 @@ import("//build/config/components/ets_frontend/ets2abc_config.gni") import("//build/ohos.gni") ohos_shared_library("hisysevent_ani") { + shlib_type = "ani" include_dirs = [ "./include/" ] sources = [ "./src/hisysevent_ani.cpp", -- Gitee