Added c++_shared module, so the STL includes work again

This commit is contained in:
Gerhard Stein
2020-09-28 06:52:12 +00:00
parent c6950836a0
commit 1d85d74895

View File

@@ -180,10 +180,10 @@ MultiABI=n
AppMinimumRAM=32
# Application version code (integer)
AppVersionCode=327821
AppVersionCode=327841
# Application user-visible version name (string)
AppVersionName="3278.21"
AppVersionName="3278.41"
# Reset SDL config when updating application to the new version (y) / (n)
ResetSdlConfigForThisVersion=n
@@ -194,7 +194,7 @@ DeleteFilesOnUpgrade="libsdl-DownloadFinished-5.flag libsdl-DownloadFinished-6.f
# Optional shared libraries to compile - removing some of them will save space
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed
# Available libraries: mad (GPL-ed!) sdl_mixer sdl_image sdl_ttf sdl_net sdl_blitpool sdl_gfx sdl_sound intl xml2 lua jpeg png ogg flac tremor vorbis freetype xerces curl theora fluidsynth lzma lzo2 mikmod openal timidity zzip bzip2 yaml-cpp python boost_date_time boost_filesystem boost_iostreams boost_program_options boost_regex boost_signals boost_system boost_thread glu avcodec avdevice avfilter avformat avresample avutil swscale swresample bzip2
CompiledLibraries="sdl_mixer sdl_image sdl_ttf sdl_net png intl"
CompiledLibraries="c++_shared sdl_mixer sdl_image sdl_ttf sdl_net png intl"
# Application uses custom build script AndroidBuild.sh instead of Android.mk (y) or (n)
CustomBuildScript=n