mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
alpha6 using newest Löve GLES code
This commit is contained in:
+5
-6
@@ -1,9 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest package="org.love2d.android"
|
||||||
package="org.love2d.android"
|
android:versionCode="4"
|
||||||
android:versionCode="3"
|
android:versionName="0.9.0-alpha6"
|
||||||
android:versionName="0.9.0-alpha5"
|
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:installLocation="auto">
|
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
|
||||||
<application android:label="Löve for Android"
|
<application android:label="Löve for Android"
|
||||||
@@ -12,7 +11,7 @@
|
|||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||||
<activity android:name="GameActivity"
|
<activity android:name="GameActivity"
|
||||||
android:label="Löve for Android"
|
android:label="Löve for Android"
|
||||||
android:screenOrientation="unspecified">
|
android:screenOrientation="landscape" android:configChanges="orientation|screenSize">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
|||||||
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# Uncomment this if you're using STL in your project
|
# Uncomment this if you're using STL in your project
|
||||||
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
||||||
# APP_STL := stlport_static
|
# APP_STL := stlport_static
|
||||||
APP_STL := gnustl_shared
|
APP_STL := gnustl_shared
|
||||||
APP_ABI := armeabi-v7a
|
APP_ABI := armeabi-v7a
|
||||||
|
APP_CPPFLAGS := -frtti
|
||||||
|
# APP_OPTIM := debug
|
||||||
|
|||||||
Reference in New Issue
Block a user