diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/android/android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk index e11ad0724e..68a2a34ae1 100644 --- a/backends/platform/android/android.mk +++ b/backends/platform/android/android.mk @@ -20,6 +20,7 @@ RESOURCES = \ $(PATH_BUILD_RES)/layout/main.xml \ $(PATH_BUILD_RES)/drawable/scummvm.png \ $(PATH_BUILD_RES)/drawable/scummvm_big.png \ + $(PATH_BUILD_RES)/drawable-xhdpi/leanback_icon.png \ $(PATH_BUILD_RES)/drawable-xhdpi/ouya_icon.png DIST_ANDROID_MK = $(PATH_DIST)/jni/Android.mk |