diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/android/android.mk | 8 |
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 |