Bug 665407 - Disable sutagent if not building tests. r=ctalbert

This commit is contained in:
Doug Turner 2011-06-28 20:51:30 -07:00
Родитель 91ffe75609
Коммит 3ba825d401
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -55,6 +55,7 @@ endif
DIRS += pgo
ifdef ENABLE_TESTS
ifeq (Android,$(OS_TARGET))
DIRS += mobile/sutagent/android \
mobile/sutagent/android/watcher \
@ -62,6 +63,7 @@ ifeq (Android,$(OS_TARGET))
mobile/sutagent/android/fencp \
$(NULL)
endif
endif
include $(topsrcdir)/config/rules.mk