bug 709267 - relative STRINGSPATH in mobile/android/base/locales is broken r=khuey

This commit is contained in:
Brad Lassey 2011-12-09 16:21:33 -05:00
parent 2433b275e9
commit 647951bed7

View File

@ -47,7 +47,7 @@ include $(DEPTH)/config/autoconf.mk
# http://code.google.com/p/android/issues/detail?id=3639
AB_rCD = $(if $(filter he, $(AB_CD)),iw,$(if $(filter id, $(AB_CD)),in,$(subst -,-r,$(AB_CD))))
STRINGSPATH = $(call MERGE_FILE,android_strings.dtd)
STRINGSPATH = $(call core_abspath,$(call MERGE_FILE,android_strings.dtd))
ifeq (,$(XPI_NAME))
BRANDPATH = $(call core_abspath,$(DEPTH)/dist/bin/chrome/$(AB_CD)/locale/branding/brand.dtd)
else