bug 707577 - add fast-package target for mobile/android. r=khuey

This commit is contained in:
Ted Mielczarek 2012-05-03 13:45:25 -04:00
parent 051bc98d76
commit afe3be12bc
2 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,9 @@ installer:
package:
@$(MAKE) -C mobile/android/installer
fast-package:
@$(MAKE) package MOZ_FAST_PACKAGE=1
ifeq ($(OS_TARGET),Android)
ifeq ($(MOZ_ANDROID_INSTALL_TARGET),)
# Determine if there's more than one device connected

View File

@ -71,7 +71,7 @@ package:
@$(MAKE) -C mobile/xul/installer
fast-package:
@MOZ_FAST_PACKAGE=1 $(MAKE) package
@$(MAKE) package MOZ_FAST_PACKAGE=1
install::
@echo "Mobile can't be installed directly."