Skip to content
Prev Previous commit
Next Next commit
build: support android build on ndk version equal or above 23(Android…
… 6.0)
  • Loading branch information
forfun414 committed Jan 26, 2020
commit 0a185c7927c9910a0308e3577925e0c7c19167e1
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@
'<(V8_ROOT)/src/base/platform/platform-linux.cc',
],
}, {
'sources: [
'sources': [
'<(V8_ROOT)/src/base/debug/stack_trace_android.cc',
'<(V8_ROOT)/src/base/platform/platform-linux.cc',
],
Expand Down