Android: fix sound issue, and gitignore
authorest31 <MTest31@outlook.com>
Sun, 2 Aug 2015 08:08:44 +0000 (10:08 +0200)
committerest31 <MTest31@outlook.com>
Sun, 2 Aug 2015 17:23:17 +0000 (19:23 +0200)
commit47225346be9ab0d55bc2dbc71b6c0f085f47a75e
tree3efc93777c5fbf5ea40a486efdf3a34b736a7024
parenta890c66bc035918d7478fc1742241eadfd9a5bae
Android: fix sound issue, and gitignore

Previously, sound failed due to errors with hardfp abi build
instructions. As the problem couldn't be found, the softfp
compatible abi was chosen instead.

This move will cause a small performance overhead, but due to the
abi being armeabi-v7a, the internal calculations will still be done
using the FPU.

We also fix some issues with ABI information passing. However, the
fixes aren't sufficient to get sound working.

The patch also fixes an issue with the gitignore file.
.gitignore
build/android/Makefile