[TIMOB-19845] Android: Generate separate ARM and ARMv7a versions of V8 static library
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Won't Do |
| Resolution Date | 2016-06-13T13:55:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 6.0.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2015-11-02T17:34:09.000+0000 |
| Updated | 2017-03-16T22:01:24.000+0000 |
Description
We currently generate a single ARM static library. There are GYP flags we can set to turn on usage of ARMv7 floating point operations. We should generate a version of the lib with this on and off.
V8 Doesn't support the non-v7a ARM variant, so it doesn't make sense to generate the other older version.