taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Update default API level to 9 #66

Open bigdavedev opened 8 years ago

bigdavedev commented 8 years ago

When using Android platforms newer than API level 8 the native app glue header requires android/configuration.h which does not exists prior to API level 9

Signed-off-by: Dave Brown d.brown@bigdavedev.com