Increased API level to 15, fixed a bug with JNI global ref

This commit is contained in:
pelya
2012-06-13 15:35:21 +03:00
parent b88fe18cf4
commit 5d3d2320a4
5 changed files with 10 additions and 10 deletions

View File

@@ -610,7 +610,7 @@ AppShortName=`echo $AppName | sed 's/ //g'`
DataPath="$AppFullName"
AppFullNameUnderscored=`echo $AppFullName | sed 's/[.]/_/g'`
AppSharedLibrariesPath=/data/data/$AppFullName/lib
ScreenOrientation1=portrait
ScreenOrientation1=sensorPortrait
HorizontalOrientation=false
UsingSdl13=false
@@ -619,7 +619,7 @@ if [ "$LibSdlVersion" = "1.3" ] ; then
fi
if [ "$ScreenOrientation" = "h" ] ; then
ScreenOrientation1=landscape
ScreenOrientation1=sensorLandscape
HorizontalOrientation=true
fi