bug 600957 - Have a way to provide mobile-browser-specific resources r=mwu a=blocking-fennec

This commit is contained in:
Brad Lassey 2010-11-16 18:50:21 -05:00
parent e9114d304a
commit 564d7caf07

View File

@ -110,6 +110,7 @@ MOZ_ANDROID_DRAWABLES += embedding/android/resources/drawable/crash_reporter.png
RES_LAYOUT += res/layout/crash_reporter.xml
endif
MOZ_ANDROID_DRAWABLES += $(shell if test -e $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/android-resources.mn; then cat $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/android-resources.mn | tr '\n' ' '; fi)
include $(topsrcdir)/config/rules.mk