Skip to content

Commit

Permalink
no custom libcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Mar 29, 2019
1 parent 0d9cd6a commit f5e6c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_v8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ buildV8()

# Build V8
MAKE_TARGET="android_$BUILD_LIB_VERSION.$BUILD_MODE"
tools/dev/v8gen.py gen --no-goma -b "$BUILDER_NAME" -m $BUILDER_GROUP $MAKE_TARGET -- use_goma=false v8_use_snapshot=true v8_enable_embedded_builtins=false v8_use_external_startup_data=false v8_static_library=true v8_enable_i18n_support=false android_sdk_root=\"$SDK_DIR\" android_ndk_root=\"$NDK_DIR\" android_ndk_major_version=19 android_ndk_version=\"r19c\" v8_monolithic=true target_os=\"android\" clang_base_path=\"$NDK_DIR/toolchains/llvm/prebuilt/darwin-x86_64\"
tools/dev/v8gen.py gen --no-goma -b "$BUILDER_NAME" -m $BUILDER_GROUP $MAKE_TARGET -- use_goma=false v8_use_snapshot=true v8_enable_embedded_builtins=false v8_use_external_startup_data=false v8_static_library=true v8_enable_i18n_support=false android_sdk_root=\"$SDK_DIR\" android_ndk_root=\"$NDK_DIR\" android_ndk_major_version=19 android_ndk_version=\"r19c\" v8_monolithic=true target_os=\"android\" use_custom_libcxx=false clang_base_path=\"$NDK_DIR/toolchains/llvm/prebuilt/darwin-x86_64\"
# Hack one of the toolchain items to fix AR executable used for android
cp ../overrides/build/toolchain/android/BUILD.gn "$V8_DIR/build/toolchain/android/BUILD.gn"
ninja -v -C out.gn/$MAKE_TARGET -j $NUM_CPUS v8_monolith
Expand Down

0 comments on commit f5e6c43

Please sign in to comment.