Debian: updated build scripts

This commit is contained in:
Sergii Pylypenko
2020-01-06 20:47:17 +02:00
parent f1b5cb5eef
commit 3b33a27350
11 changed files with 48 additions and 26 deletions

View File

@@ -643,7 +643,7 @@ public class Settings
Log.i("SDL", "libSDL: setting envvar LANGUAGE to '" + lang + "'");
nativeSetEnv( "LANG", lang );
nativeSetEnv( "LANGUAGE", lang );
// TODO: get current user name and set envvar USER, the API is not availalbe on Android 1.6 so I don't bother with this
nativeSetEnv( "ARCH", android.os.Build.CPU_ABI );
nativeSetEnv( "APPDIR", p.getFilesDir().getAbsolutePath() );
nativeSetEnv( "SECURE_STORAGE_DIR", p.getFilesDir().getAbsolutePath() );
nativeSetEnv( "LIBDIR", p.getApplicationInfo().nativeLibraryDir );