Age | Commit message (Collapse) | Author |
|
files
|
|
|
|
For an unknown reason, having a second activity for Android TV
(Leanback) caused ScummVM to be broken on some Android devices.
According to Android documentation, TV can be supported in the same
activity as everything else, so merge the two together.
Fixes Trac#10024.
|
|
Keep uses-flags at the top to avoid them getting buried below
the activities, update target SDK to the minimum supported by
current Android SDKs, make Wi-Fi optional, and add screenSize
configuration change recommended by the Android documentation since
orientation is already supported.
|
|
`false` everywhere by default, but works on Android (`true` if not
Wi-Fi).
|
|
This is necessary to make the package installable via Google Play for
almost all modern devices.
|
|
Android TV needs some modifications to the manifest and a new icon in order
for apps to appear in the launcher.
|
|
|
|
|
|
|
|
Otherwise the plugins fail to run on modern Android because they're set
to run in-process but they're not allowed to do so.
|
|
|
|
|
|
|
|
That's a flag valid only for apps build into the system image
|
|
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
|
|
svn-id: r49594
|
|
svn-id: r49502
|