Bug 567945 - Re-enable sutagent build now that we have proper tool chain on android builds r=ted

This commit is contained in:
Clint Talbert 2010-06-23 09:57:17 -07:00
Родитель 4a85b1844f
Коммит 683f0ec90b
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -71,10 +71,9 @@ endif
DIRS += pgo
# See bug 567945 - disabling to get back green on Android
#ifeq (Android,$(OS_TARGET))
# DIRS += mobile/sutagent/android
#endif
ifeq (Android,$(OS_TARGET))
DIRS += mobile/sutagent/android
endif
include $(topsrcdir)/config/rules.mk