Bug 1009347 - Patch 3/4: Using dom/bluetooth2 based on bluetooth API version build flag, f=btian, r=marcosc

This commit is contained in:
Jocelyn Liu 2014-05-21 14:12:28 +08:00
parent af908f35ef
commit 70b0f24171

View File

@ -42,7 +42,6 @@ PARALLEL_DIRS += [
'archivereader',
'bindings',
'battery',
'bluetooth',
'browser-element',
'contacts',
'phonenumberutils',
@ -115,6 +114,11 @@ if CONFIG['MOZ_NFC']:
if CONFIG['MOZ_B2G']:
PARALLEL_DIRS += ['downloads']
if CONFIG['MOZ_B2G_BT_API_V2']:
PARALLEL_DIRS += ['bluetooth2']
else:
PARALLEL_DIRS += ['bluetooth']
TEST_DIRS += [
'tests',
'imptests',