File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
22# Based on https://github.com/denoland/rusty_v8/blob/main/BUILD.gn
33
4+ if (target_os == " android" ) {
5+ import (" //build/config/android/config.gni" )
6+ }
7+
48static_library (" c_v8" ) {
59 complete_static_lib = true
610
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [ "${OS}" = "ios" ]; then
3636 EXTRA_ARGS=" v8_enable_pointer_compression=false v8_enable_webassembly=false target_environment=\" ${TARGET_ENVIRONMENT} \" "
3737fi
3838if [ " ${OS} " = " android" ]; then
39- EXTRA_ARGS=" v8_enable_pointer_compression=false v8_enable_webassembly=false is_component_build=false v8_target_cpu=\" ${ARCH} \" use_custom_libcxx=false android_ndk_root=\" ${ANDROID_NDK_ROOT} \" android_ndk_version=\" ${ANDROID_NDK_VERSION} \" "
39+ EXTRA_ARGS=" v8_enable_pointer_compression=false v8_enable_webassembly=false is_component_build=false v8_target_cpu=\" ${ARCH} \" use_custom_libcxx=false android_ndk_root=\" ${ANDROID_NDK_ROOT} \" android_ndk_version=\" ${ANDROID_NDK_VERSION} \" android_ndk_major_version=26 "
4040fi
4141
4242TARGET_ARCH=${ARCH}
You can’t perform that action at this time.
0 commit comments