tenfourfox/mobile/android/b2gdroid/moz.build
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

30 lines
885 B
Plaintext

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
CONFIGURE_SUBST_FILES += ['installer/Makefile']
# These are used to localize the GeckoView Android and Gecko resources, but not
# yet to localize the b2gdroid Android resources.
DIRS += [
'../../locales',
'../locales',
]
DIRS += [
'components',
'../components',
'../modules',
'../javaaddons',
'../base',
'../fonts',
'../geckoview_library',
'/b2g/components',
'/b2g/chrome',
'/b2g/gaia',
# We must build the libs target of app after building the libs target of
# /b2g/gaia, since the gaia directory is packed into the APK as an assets/
# directory. This relies on the serial nature of the libs tier recursion.
'app',
]