From 78cb9c5539da895b889f6f32c5248ab4e85b4712 Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sun, 12 Jan 2014 21:32:40 +0100 Subject: [PATCH] =?UTF-8?q?alpha6=20using=20newest=20L=C3=B6ve=20GLES=20co?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AndroidManifest.xml | 11 +++++------ jni/Application.mk | 3 ++- 2 files changed, 7 insertions(+), 7 deletions(-) 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