From edb381b0234dc8e5d77c0e284599555957a181de Mon Sep 17 00:00:00 2001 From: lijunru Date: Fri, 24 Mar 2023 14:40:20 +0800 Subject: [PATCH] Adaptive cross platform build Signed-off-by: lijunru Change-Id: If6eb085dfc16276bbc69001f03f0f5e89441bab5 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 2901d1aabb..266259b38d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -962,7 +962,7 @@ ohos_shared_library("libark_jsruntime") { } if (target_os == "android") { - aosp_deps = [ "shared_library:liblog" ] + libs = [ "log" ] version_script = "libark_jsruntime.map" } if (is_mingw && !ark_standalone_build) {