You're now specifying both shared and static libraries through ChangeAppsettings.sh, LDFlags variable should be empty -
that fixes dependencies and subtle bugs caused by multiple jobs in make when static lib not yet created but already linked to.
This commit is contained in:
@@ -18,10 +18,10 @@ AppTouchscreenKeyboardKeysAmountAutoFire=0
|
||||
MultiABI=y
|
||||
AppVersionCode=5202
|
||||
AppVersionName="0.5.2.02"
|
||||
CompiledLibraries="sdl_image"
|
||||
CompiledLibraries="sdl_image freetype"
|
||||
CustomBuildScript=n
|
||||
AppCflags='-O2'
|
||||
AppLdflags='-Lbin/ndk/local/armeabi -lfreetype'
|
||||
AppLdflags=''
|
||||
AppSubdirsBuild=''
|
||||
AppUseCrystaXToolchain=n
|
||||
ReadmeText='^You may press "Home" now - the data will be downloaded in background'
|
||||
|
||||
Reference in New Issue
Block a user