Merge: Support Android on 2 different ARMs, x86 and even MIPS
authorJean Privat <jean@pryen.org>
Sat, 21 Feb 2015 06:05:02 +0000 (13:05 +0700)
committerJean Privat <jean@pryen.org>
Sat, 21 Feb 2015 06:05:02 +0000 (13:05 +0700)
commit018974facb9dd79341fc1094ca575f1dcacc8105
tree11f42cf674e27fa3c23645cd30659ba628e52b37
parent31ade8fa569ee0d49b948aa6157d1f984f7ed435
parenta6d0c6766054dea63a1664979a15664c3dd0216f
Merge: Support Android on 2 different ARMs, x86 and even MIPS

Tested on ARM v7 and x86. MIPS on Android is more rare but it is used on some low-cost phones.

Each extra architecture use less than 1 mo in the release APK, but MIPS is the largest one. I could add an annotation or something else if we ever need smaller APK files. Mineit VR release with the 4 architectures and its textures takes only 2.5 mo.

Pull-Request: #1164
Reviewed-by: Jean Privat <jean@pryen.org>