Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / onlineupdate / source / update / updater / updater-xpcshell / moz.build
blobba5c844cfc106f29f7261e3f2c808a8fc90b80b7
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 Program('updater-xpcshell')
9 updater_rel_path = '../'
10 DIST_INSTALL = False
11 DEFINES['TEST_UPDATER'] = True
12 include('../updater-common.build')
13 FAIL_ON_WARNINGS = True