[TIMOB-6408] Android: Change default Javascript runtime to V8
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-12-01T21:48:56.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | Sprint 2011-48, Release 1.8.0.1 |
| Components | Android |
| Labels | branch-v8 |
| Reporter | Ingo Muschenetz |
| Assignee | Hieu Pham |
| Created | 2011-12-01T11:31:56.000+0000 |
| Updated | 2014-02-04T01:09:18.000+0000 |
Description
We need to switch the default runtime back to V8. Currently there are 3 places we check IIRC:
support/android/builder.py
support/android/android.py
support/android/compiler.py
It might be good to centralize this logic or even better add the default runtime itself to our
android/dependency.json map and read from there instead.
No comments