Skip to content

Commit 41251bf

Browse files
committed
build: fix android build
Fixes: #58505
1 parent 1093f38 commit 41251bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@
14651465
],
14661466
}, {
14671467
'sources': [
1468-
'<(V8_ROOT)/src/base/debug/stack_trace_android.cc',
1468+
'<(V8_ROOT)/src/base/debug/stack_trace_posix.cc',
14691469
'<(V8_ROOT)/src/base/platform/platform-linux.cc',
14701470
],
14711471
}],

0 commit comments

Comments
 (0)