aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/video.cpp
AgeCommit message (Collapse)Author
2010-07-05Switch Android toolchain prefix from arm-android-eabi toAngus Lees
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665
2010-06-09Fix dirty tracking in paletted textures.Angus Lees
svn-id: r49552
2010-06-08Add a few files mistakenly left out of initial Android patch :(Angus Lees
svn-id: r49502