Skip to content

Commit

Permalink
ANDROID: Reinstate overscan margin resource for OUYA/GoogleTV
Browse files Browse the repository at this point in the history
This reverts commits 51cb755 and 2648062.

Please note that Android SDK Platform Tools r06 or later is needed
to build ScummVM.
  • Loading branch information
zeldin committed Jul 1, 2014
1 parent 8256a06 commit 5d8aeba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backends/platform/android/android.mk
Expand Up @@ -26,13 +26,10 @@ PATH_RESOURCES = $(PATH_DIST)/res

PORT_DISTFILES = $(PATH_DIST)/README.Android

# FIXME: OUYA specific.
# "values-television" not present in vanilla Android.
# $(PATH_RESOURCES)/../res-ouya/values-television/margins.xml \
RESOURCES = \
$(PATH_RESOURCES)/values/strings.xml \
$(PATH_RESOURCES)/values/margins.xml \
$(PATH_RESOURCES)/values-television/margins.xml \
$(PATH_RESOURCES)/layout/main.xml \
$(PATH_RESOURCES)/layout/splash.xml \
$(PATH_RESOURCES)/drawable/gradient.xml \
Expand Down

0 comments on commit 5d8aeba

Please sign in to comment.