mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
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
@ -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…
Reference in New Issue
Block a user