Skip to content

Commit

Permalink
Limbo 2.11.0 for x86 Phones/Tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev committed Jan 28, 2018
1 parent fb0bb84 commit 170b8a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion limbo-android-arm/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:versionName="2.11.0-arm" >

<uses-sdk
android:minSdkVersion="17"
android:minSdkVersion="21"
android:targetSdkVersion="21" />

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions limbo-android-lib/src/main/jni/android-config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ NDK_ENV = windows
#include $(LIMBO_JNI_ROOT)/android-device-config/android-generic-armv7a-softfp.mak

######### x86 (x86 Phones only, Supports VNC and SDL, Needs android-17)
include $(LIMBO_JNI_ROOT)/android-device-config/android-generic-x86.mak
#include $(LIMBO_JNI_ROOT)/android-device-config/android-generic-x86.mak

######### x86_64 (x86 64bit Phones only, Supports VNC, Needs android-21)
#include $(LIMBO_JNI_ROOT)/android-device-config/android-generic-x86_64.mak
include $(LIMBO_JNI_ROOT)/android-device-config/android-generic-x86_64.mak



Expand Down
2 changes: 1 addition & 1 deletion limbo-android-ppc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:versionName="2.11.0-ppc" >

<uses-sdk
android:minSdkVersion="17"
android:minSdkVersion="21"
android:targetSdkVersion="21" />

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion limbo-android-sparc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:versionName="2.11.0-sparc" >

<uses-sdk
android:minSdkVersion="17"
android:minSdkVersion="21"
android:targetSdkVersion="21" />

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion limbo-android-x86/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:versionName="2.11.0-x86" >

<uses-sdk
android:minSdkVersion="17"
android:minSdkVersion="21"
android:targetSdkVersion="21" />

<uses-permission android:name="android.permission.INTERNET" />
Expand Down

1 comment on commit 170b8a0

@Yuuuyyy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nmm

Please sign in to comment.