From 11ffc3ba4dab55f86e57a10c320b9c8c31a474fc Mon Sep 17 00:00:00 2001 From: gaosix Date: Thu, 17 Jul 2025 10:51:49 +0800 Subject: [PATCH] =?UTF-8?q?ANI=E5=B0=81=E8=A3=85=E6=B2=BB=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaosix --- frameworks/config_policy/ets/ani/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/config_policy/ets/ani/BUILD.gn b/frameworks/config_policy/ets/ani/BUILD.gn index ab7e00f..238e3e3 100644 --- a/frameworks/config_policy/ets/ani/BUILD.gn +++ b/frameworks/config_policy/ets/ani/BUILD.gn @@ -15,6 +15,7 @@ import("//build/config/components/ets_frontend/ets2abc_config.gni") import("//build/ohos.gni") ohos_shared_library("configpolicy_ani") { + shlib_type = "ani" include_dirs = [ "include", "../../../interfaces/inner_api/include", @@ -54,6 +55,7 @@ ohos_prebuilt_etc("configPolicy_etc") { } ohos_shared_library("customconfig_ani") { + shlib_type = "ani" include_dirs = [ "include", "../../../interfaces/inner_api/include", -- Gitee