UnrealJs
UnrealJs copied to clipboard
Update android libs
Currently compiles in 5.3, but android doesn't link due to outdated libs.
Sync if possible to 7.4.288.25 or update windows/linux/android to latest relevant. Appears that we do have 7.4.288.25 (28?) libs, but that they do not link correctly for arm64 on ndk25
Resources
- Related issue: https://github.com/ncsoft/Unreal.js-core/issues/43
- Wiki instructions for build: https://github.com/ncsoft/Unreal.js/wiki/V8
- 7.4.228 branch: https://github.com/v8/v8/tree/7.4.228, unreal fix for that branch: https://github.com/ncsoft/v8/commit/d3e2672ed095a744af3793524c27b4f0070993cc
- 9.7.106 - newest unreal.js modded branch: https://github.com/ncsoft/v8/commits/9.7.106.9999 (matching vanilla v8 for diff: https://github.com/v8/v8/tree/9.7.106)
- 12.1.203 - newest branch on original v8 (candidate for fast forward) https://github.com/v8/v8/tree/12.1.203
NB: If I recalled correctly armv7a worked but arm64 didn't. May need to look into new arm64 build with minimal changes.