Bug 790827 - Don't package android apk's for B2G, r=ted

This commit is contained in:
Jonathan Griffin 2012-09-13 13:46:02 -07:00
parent 7993ada104
commit 34703660d1

View File

@ -333,7 +333,7 @@ endif
zip -rq9D "$(call core_abspath,$(DIST)/$(PKG_PATH)$(TEST_PACKAGE))" \
* -x \*/.mkdir.done
ifeq (Android, $(OS_TARGET))
ifeq ($(MOZ_WIDGET_TOOLKIT),android)
package-tests: stage-android
endif