mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
ANDROID: Fix compilation.
The aapt throws an "invalid resource directory name" if the resource directory name is not known to the tools. Unfortunately, "values-television" is an OUYA specific addition and thus breaks with the standard vanilla Android toolchain.
This commit is contained in:
parent
d4d90b3f07
commit
2648062dcf
@ -25,10 +25,13 @@ PATH_RESOURCES = $(PATH_DIST)/res
|
||||
|
||||
PORT_DISTFILES = $(PATH_DIST)/README.Android
|
||||
|
||||
# FIXME: OUYA specific.
|
||||
# "values-television" not present in vanilla Android.
|
||||
# $(PATH_RESOURCES)/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 \
|
||||
|
Loading…
Reference in New Issue
Block a user