Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: update V8 version #13435

Open
m1ga opened this issue May 11, 2022 · 0 comments
Open

Android: update V8 version #13435

m1ga opened this issue May 11, 2022 · 0 comments
Labels
android feature needs triage This issue hasn't been reviewed by maintainers

Comments

@m1ga
Copy link
Contributor

m1ga commented May 11, 2022

To follow up #13395:

In a future version we should update V8 again to 9.4.146.16 (or higher). Since we had issues with backwards compatibility of modules we switch back to the old 10.1.1.GA V8 version for 11.0.0.
I've spend some time in testing and patching V8 and have a running V8 9 version with this patch.
To test it you can change these two lines:

android/package.json

"integrity": "sha512-ykkShAXGn0g0LY7w7xx1QkUgfwMpJyREWgwN5bCIn+WqzMUArMfbmGIo/JnjGuTtR5b3cWZjGRT/V01Ozmf5yQ=="

and

android/titanium/libv8-services.js

const downloadUrl = 'https://migaweb.de/libv8-9.4.146.16-release.tar.bz2';

to download my v8 and build a local SDK

It needs some intensive testing to check if everything still runs fine and no module/app will break.

@m1ga m1ga added feature needs triage This issue hasn't been reviewed by maintainers labels May 11, 2022
@m1ga m1ga added the android label Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android feature needs triage This issue hasn't been reviewed by maintainers
Projects
None yet
Development

No branches or pull requests

1 participant