Adaptive cross platform build

Signed-off-by: lijunru <lijunru9@huawei.com>
Change-Id: If6eb085dfc16276bbc69001f03f0f5e89441bab5
This commit is contained in:
lijunru 2023-03-24 14:40:20 +08:00
parent 0b28187629
commit edb381b023

View File

@ -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) {