ANDROID: Really fix compilation.

The vanilla android toolchain even is unhappy when unknown folders are
present in the resources directory, so have moved the ouya specific
resources out to another directory.
This commit is contained in:
D G Turner 2013-10-09 23:26:58 +01:00
parent 2271bf404c
commit 51cb755726
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ PORT_DISTFILES = $(PATH_DIST)/README.Android
# FIXME: OUYA specific.
# "values-television" not present in vanilla Android.
# $(PATH_RESOURCES)/values-television/margins.xml \
# $(PATH_RESOURCES)/../res-ouya/values-television/margins.xml \
RESOURCES = \
$(PATH_RESOURCES)/values/strings.xml \