no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / mobile / android / build.mk
blobef23bc254de71cfb1a6bdb8f9f97664a86ef5a2d
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
7 installer:
8 @$(MAKE) -C mobile/android/installer installer
10 package:
11 @$(MAKE) -C mobile/android/installer
13 stage-package:
14 $(MAKE) -C mobile/android/installer stage-package
16 deb: package
17 @$(MAKE) -C mobile/android/installer deb
19 upload::
20 @$(MAKE) -C mobile/android/installer upload
22 wget-en-US:
23 @$(MAKE) -C mobile/android/locales $@
25 # make -j1 because dependencies in l10n build targets don't work
26 # with parallel builds
27 merge-% chrome-%:
28 $(MAKE) -j1 -C mobile/android/locales $@
30 ifdef ENABLE_TESTS
31 # Implemented in testing/testsuite-targets.mk
33 mochitest-browser-chrome:
34 $(RUN_MOCHITEST) --flavor=browser
35 $(CHECK_TEST_ERROR)
37 mochitest:: mochitest-browser-chrome
39 .PHONY: mochitest-browser-chrome
40 endif
42 ifeq ($(OS_TARGET),Linux)
43 deb: installer
44 endif