12 lines
350 B
Diff
12 lines
350 B
Diff
--- ./deps/v8/BUILD.gn 2021-06-03 07:15:30.000000000 +0530
|
|
+++ ./deps/v8/BUILD.gn.mod 2021-06-18 20:42:14.845641940 +0530
|
|
@@ -28,7 +28,7 @@
|
|
|
|
declare_args() {
|
|
# Print to stdout on Android.
|
|
- v8_android_log_stdout = false
|
|
+ v8_android_log_stdout = true
|
|
|
|
# Dynamically set an additional dependency from v8/custom_deps.
|
|
v8_custom_deps = ""
|