mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-12-02 16:32:59 +01:00
4b6418cb02
The minimum required android version had to be changed to 4.0.1.
5 lines
85 B
Makefile
5 lines
85 B
Makefile
APP_PLATFORM := android-14
|
|
APP_ABI := all
|
|
APP_STL := c++_static
|
|
APP_OPTIM := release
|