From da4058c03fb797ceeebb72475f3f6525dbc9cecd Mon Sep 17 00:00:00 2001 From: Alex Pakhotin Date: Tue, 14 Sep 2010 16:38:28 -0400 Subject: [PATCH] temporarily disable updater tests on android r=blassey a=bustage-fix --- toolkit/mozapps/update/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolkit/mozapps/update/Makefile.in b/toolkit/mozapps/update/Makefile.in index 65c0079605a..c8515da4dd8 100644 --- a/toolkit/mozapps/update/Makefile.in +++ b/toolkit/mozapps/update/Makefile.in @@ -49,10 +49,10 @@ XPIDLSRCS = nsIUpdateTimerManager.idl EXTRA_PP_COMPONENTS = nsUpdateTimerManager.js nsUpdateTimerManager.manifest ifdef MOZ_UPDATER +DIRS = ../readstrings + ifneq ($(OS_TARGET),Android) -DIRS = ../readstrings \ - updater \ - $(NULL) +DIRS += updater endif XPIDLSRCS += nsIUpdateService.idl