bug 851224 - make install should ignore version downgrades r=mfinkle

This commit is contained in:
Brad Lassey 2013-03-14 14:28:05 -04:00
parent aa02075f0d
commit 6f54a69331

View File

@ -31,7 +31,7 @@ endif
endif
install::
$(ANDROID_PLATFORM_TOOLS)/adb install -r $(DIST)/$(PKG_PATH)$(PKG_BASENAME).apk
$(ANDROID_PLATFORM_TOOLS)/adb install -r -d $(DIST)/$(PKG_PATH)$(PKG_BASENAME).apk
else
@echo "Mobile can't be installed directly."
@exit 1