You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android is self-serve (i.e. not a supported platform) but you can send a pull request updating tools/v8_gypfiles/v8.gyp to use stack_trace_android.cc instead of stack_trace_posix.cc.
It's quite possible you'll run into other build errors. You'll have to fix those yourself as well.
This commit fixes a bug in the V8 engine as detailed in the linked issue. The change addresses the described behavior and ensures correct functionality as expected.
Fixes: nodejs#58505
Version
22
Platform
Subsystem
No response
What steps will reproduce the bug?
cd node
./android-configure /home/abdullah/android-ndk/android-ndk-r27c 24 arm64
, thenmake
How often does it reproduce? Is there a required condition?
All the time
What is the expected behavior? Why is that the expected behavior?
node builds successfully, and produce a
libnode.so
file in the output folderWhat do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: