diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2cdf943e..5f3c47ae 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,9 +1,8 @@ - + + android:screenOrientation="landscape" android:configChanges="orientation|screenSize"> diff --git a/jni/Application.mk b/jni/Application.mk index 2d27d30f..2731fd15 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,6 +1,7 @@ - # Uncomment this if you're using STL in your project # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information # APP_STL := stlport_static APP_STL := gnustl_shared APP_ABI := armeabi-v7a +APP_CPPFLAGS := -frtti +# APP_OPTIM := debug