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:
parent
2271bf404c
commit
51cb755726
2 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue