aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.mk
diff options
context:
space:
mode:
authorMarcus Comstedt2013-08-07 17:19:24 +0200
committerMarcus Comstedt2013-08-07 17:19:24 +0200
commit9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff (patch)
tree7e186cba90de35cf5f373de7455fd6d195a7a038 /backends/platform/android/android.mk
parent237ce0b89bc20d85f9bb4702e5c9aec7cf647f28 (diff)
downloadscummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.tar.gz
scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.tar.bz2
scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.zip
ANDROID: Add OUYA icon and intent
Diffstat (limited to 'backends/platform/android/android.mk')
-rw-r--r--backends/platform/android/android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index f498c671de..34c3a995cb 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -31,7 +31,8 @@ RESOURCES = \
$(PATH_RESOURCES)/layout/splash.xml \
$(PATH_RESOURCES)/drawable/gradient.xml \
$(PATH_RESOURCES)/drawable/scummvm.png \
- $(PATH_RESOURCES)/drawable/scummvm_big.png
+ $(PATH_RESOURCES)/drawable/scummvm_big.png \
+ $(PATH_RESOURCES)/drawable-xhdpi/ouya_icon.png
PLUGIN_RESOURCES = \
$(PATH_RESOURCES)/values/strings.xml \