BuShe Pie
BuShe Pie
Improved building document for Android. - Outdated toolchain (Android NDK) links replaced - Optimized redundant platform names - Added compilation requirements
Patch to `src/trap-handler/trap-handler.h` is no longer needed now in Android building. Tested on Docker with image `ubuntu:latest` with nodejs/node@eca4b1a403959d5b83fb5a9adaae8f4c3580eea2 (HEAD), `android-ndk-r26b-linux`. Related to PR #51632, as part of a series...
> On Android, unlike Linux, there are no separate libpthread or librt libraries. That functionality is included directly in libc, which does not need to be explicitly linked against. ([Native...
Experimental activation of CI Workflow for building on the Android platform.