nodejs: Fix android logging

This commit is contained in:
Yaksh Bariya 2021-09-15 07:19:50 +05:30 committed by Henrik Grimler
parent 9124192ade
commit 0c144da0be
2 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,7 @@ TERMUX_PKG_MAINTAINER="Yaksh Bariya <yakshbari4@gmail.com>"
# Note: package build may fail on Github Actions CI due to out-of-memory
# condition. It should be built locally instead.
TERMUX_PKG_VERSION=16.9.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=97f50ec53c050e7ac97bdbe5586aaca380dd23064064c85a1f2017a35244131c
# Note that we do not use a shared libuv to avoid an issue with the Android

View File

@ -0,0 +1,11 @@
--- ./tools/v8_gypfiles/toolchain.gypi 2021-09-15 07:18:39.300327067 +0530
+++ ./tools/v8_gypfiles/toolchain.gypi.mod 2021-09-15 07:18:22.990327073 +0530
@@ -62,7 +62,7 @@
'mips_use_msa%': 0,
# Print to stdout on Android.
- 'v8_android_log_stdout%': 0,
+ 'v8_android_log_stdout%': 1,
'v8_enable_backtrace%': 0,