Bug 857730 - Part 5: Disable contact unit tests on Android. r=cpeterson r=khuey

This commit is contained in:
Shane Tully 2013-07-23 16:27:00 -07:00
parent 4b760421c2
commit a2d2dc4a2e

View File

@ -4,7 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
TEST_DIRS += ['tests'] # Android only supports the Contacts API on the Nightly channel.
if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android' or CONFIG['NIGHTLY_BUILD']:
TEST_DIRS += ['tests']
EXTRA_COMPONENTS += [ EXTRA_COMPONENTS += [
'ContactManager.js', 'ContactManager.js',