[TIMOB-28539] Android: Update V8 runtime to 9.4
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-10-19T17:01:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.2.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2021-09-22T03:54:28.000+0000 |
Updated | 2021-10-23T15:55:25.000+0000 |
Description
- Upgrade V8 to the latest stable version
9.4.146.16
https://omahaproxy.appspot.com/
https://github.com/v8/v8/tree/9.4-lkgr
- Maintain backwards compatibility
https://github.com/appcelerator/v8_titanium/tree/9.4-lkgr
master: https://github.com/appcelerator/titanium_mobile/pull/13097
Is there anything special I'll need to update? When I build the latest master it will stop with:
When I switch back to 8.8.278.17 it works fine. I've installed libatomic (it will create a libatomic.so so l've linked libatomic.so.1 to it) but it didn't help either
Never mind! I saw the https://github.com/appcelerator/titanium_mobile/commit/59db7bf8bed2a41cc5ca891a1f8a3bb58c20dc2a commit and it has to be the 32bit version of libatomic. Then it worked (y)