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
8 @
$(MAKE
) -C mobile
/android
/installer installer
11 @
$(MAKE
) -C mobile
/android
/installer
14 $(MAKE
) -C mobile
/android
/installer stage-package
17 @
$(MAKE
) -C mobile
/android
/installer deb
20 @
$(MAKE
) -C mobile
/android
/installer upload
23 @
$(MAKE
) -C mobile
/android
/locales
$@
25 # make -j1 because dependencies in l10n build targets don't work
26 # with parallel builds
28 $(MAKE
) -j1
-C mobile
/android
/locales
$@
31 # Implemented in testing/testsuite-targets.mk
33 mochitest-browser-chrome
:
34 $(RUN_MOCHITEST
) --flavor
=browser
37 mochitest
:: mochitest-browser-chrome
39 .PHONY
: mochitest-browser-chrome
42 ifeq ($(OS_TARGET
),Linux
)