From 729519584327f3cce5c684a8861c3c2116b644da Mon Sep 17 00:00:00 2001 From: lijunru Date: Mon, 25 Sep 2023 19:59:58 +0800 Subject: [PATCH] adapt arkui-x build Issue: https://gitee.com/openharmony/build/issues/I7C11T Test: build Signed-off-by: lijunru Change-Id: I265e86cfc599918618ba5d7c205724993ab79e93 --- interfaces/native/innerkits/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/native/innerkits/BUILD.gn b/interfaces/native/innerkits/BUILD.gn index dd7fe42..17b3642 100644 --- a/interfaces/native/innerkits/BUILD.gn +++ b/interfaces/native/innerkits/BUILD.gn @@ -18,7 +18,7 @@ config("libhilog_pub_config") { visibility = [ ":*" ] include_dirs = [ "include" ] } -if (is_mingw || is_mac || is_linux || is_ohos) { +if (is_mingw || is_mac || is_linux || is_ohos || is_ios || is_android) { ohos_shared_library("libhilog") { public_configs = [ ":libhilog_pub_config" ] if (is_ohos) { -- Gitee