Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 852299 - Disable DIALER_HISTORY_DIR setting, r=jhylands
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Mar 20, 2013
1 parent 42a4267 commit 676956f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -298,7 +298,8 @@ contacts: install-xulrunner-sdk
offline: webapp-manifests webapp-optimize webapp-zip optimize-clean

DIALER_SEARCH_STRING=/data/local/indexedDB/*communications.*
DIALER_HISTORY_DIR=$(shell adb shell 'echo -n $(DIALER_SEARCH_STRING)')
# Disabled on suspicion of causing intermittent build failures - bug 852299
# DIALER_HISTORY_DIR=$(shell adb shell 'echo -n $(DIALER_SEARCH_STRING)')
ifeq ($(DIALER_HISTORY_DIR),$(DIALER_SEARCH_STRING))
DIALER_HISTORY_DIR=
endif
Expand Down

0 comments on commit 676956f

Please sign in to comment.