Bug 591514 - Don't build libmozphone on Android [r=mfinkle]

This commit is contained in:
Michael Wu 2010-08-30 14:36:59 -07:00
parent 96a21a0051
commit 152cafba39

View File

@ -77,7 +77,9 @@ ifndef ANDROID
EXTRA_COMPONENTS += AlertsService.js
endif
ifneq (Android,$(OS_TARGET))
DIRS = phone \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk