aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/android.mk')
-rw-r--r--backends/platform/android/android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index eaae5dd3dd..42fc718754 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -22,10 +22,10 @@ RESOURCES = \
$(PATH_BUILD_RES)/drawable/scummvm_big.png \
$(PATH_BUILD_RES)/drawable-xhdpi/leanback_icon.png \
$(PATH_BUILD_RES)/drawable-xhdpi/ouya_icon.png \
- $(PATH_BUILD_RES)/drawable-hdpi/ic_action_settings.png \
- $(PATH_BUILD_RES)/drawable-mdpi/ic_action_settings.png \
- $(PATH_BUILD_RES)/drawable-xhdpi/ic_action_settings.png \
- $(PATH_BUILD_RES)/drawable-xxhdpi/ic_action_settings.png
+ $(PATH_BUILD_RES)/drawable-hdpi/ic_action_keyboard.png \
+ $(PATH_BUILD_RES)/drawable-mdpi/ic_action_keyboard.png \
+ $(PATH_BUILD_RES)/drawable-xhdpi/ic_action_keyboard.png \
+ $(PATH_BUILD_RES)/drawable-xxhdpi/ic_action_keyboard.png
DIST_ANDROID_MK = $(PATH_DIST)/jni/Android.mk
DIST_BUILD_XML = $(PATH_DIST)/custom_rules.xml