From 497859ad90ba1f7e89295f4221f546637c3bd17f Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sun, 22 May 2016 14:07:20 -0700 Subject: ANDROID: Add support for Leanback Launcher on Android TV Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. --- backends/platform/android/android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') 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 -- cgit v1.2.3