53
53
ARGS=
54
54
if [[ $BUILD_TYPE == " debug" ]] ; then
55
55
if $IS_LINUX ; then
56
- gn gen $BUILD_DIR_PREFIX /$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=$IS_COMPONENT_BUILD v8_use_external_startup_data=true v8_enable_embedded_builtins=true is_debug=true symbol_level=2 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
56
+ gn gen $BUILD_DIR_PREFIX /$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=$IS_COMPONENT_BUILD v8_use_external_startup_data=true is_debug=true symbol_level=2 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
57
57
fi
58
- gn gen $BUILD_DIR_PREFIX /$SNAPSHOT_PREFIX$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=false v8_use_external_startup_data=true v8_enable_embedded_builtins=true is_debug=true symbol_level=2 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
58
+ gn gen $BUILD_DIR_PREFIX /$SNAPSHOT_PREFIX$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=false v8_use_external_startup_data=true is_debug=true symbol_level=2 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
59
59
else
60
60
if $IS_LINUX ; then
61
- gn gen $BUILD_DIR_PREFIX /$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=$IS_COMPONENT_BUILD v8_use_external_startup_data=true v8_enable_embedded_builtins=true is_official_build=true use_thin_lto=false is_debug=false symbol_level=0 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
61
+ gn gen $BUILD_DIR_PREFIX /$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=$IS_COMPONENT_BUILD v8_use_external_startup_data=true is_official_build=true use_thin_lto=false is_debug=false symbol_level=0 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
62
62
fi
63
- gn gen $BUILD_DIR_PREFIX /$SNAPSHOT_PREFIX$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=false v8_use_external_startup_data=true v8_enable_embedded_builtins=true is_official_build=true use_thin_lto=false is_debug=false symbol_level=0 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
63
+ gn gen $BUILD_DIR_PREFIX /$SNAPSHOT_PREFIX$CURRENT_ARCH -$BUILD_TYPE --args=" is_component_build=false v8_use_external_startup_data=true is_official_build=true use_thin_lto=false is_debug=false symbol_level=0 target_cpu=\" $CURRENT_ARCH \" v8_target_cpu=\" $CURRENT_ARCH \" v8_enable_i18n_support=false target_os=\" android\" v8_android_log_stdout=false"
64
64
65
65
fi
66
66
done
@@ -70,7 +70,7 @@ COUNT=0
70
70
for CURRENT_ARCH in ${ARCH_ARR[@]}
71
71
do
72
72
# make fat build
73
- V8_FOLDERS=(v8_compiler v8_base_without_compiler v8_libplatform v8_libbase v8_libsampler v8_external_snapshot v8_initializers v8_init torque_generated_initializers)
73
+ V8_FOLDERS=(v8_compiler v8_base_without_compiler v8_libplatform v8_libbase v8_libsampler v8_snapshot v8_initializers v8_init torque_generated_initializers)
74
74
75
75
SECONDS=0
76
76
if $IS_LINUX ; then
93
93
LAST_PARAM=" ${LAST_PARAM} ${BUILD_DIR_PREFIX} /${CURRENT_ARCH} -${BUILD_TYPE} /obj/${CURRENT_V8_FOLDER} /*.o"
94
94
done
95
95
2364
96
+ LAST_PARAM=" ${LAST_PARAM} ${BUILD_DIR_PREFIX} /${CURRENT_ARCH} -${BUILD_TYPE} /obj/third_party/inspector_protocol/crdtp/*.o ${BUILD_DIR_PREFIX} /${CURRENT_ARCH} -${BUILD_TYPE} /obj/third_party/inspector_protocol/crdtp_platform/*.o"
97
+ LAST_PARAM=" ${LAST_PARAM} ${BUILD_DIR_PREFIX} /${CURRENT_ARCH} -${BUILD_TYPE} /obj/third_party/zlib/zlib/*.o ${BUILD_DIR_PREFIX} /${CURRENT_ARCH} -${BUILD_TYPE} /obj/third_party/zlib/zlib_adler32_simd/*.o"
98
+
96
99
THIRD_PARTY_OUT=$BUILD_DIR_PREFIX /$CURRENT_ARCH -$BUILD_TYPE /obj/buildtools/third_party
97
100
LAST_PARAM=" ${LAST_PARAM} $THIRD_PARTY_OUT /libc++/libc++/*.o $THIRD_PARTY_OUT /libc++abi/libc++abi/*.o"
98
101
0 commit comments