зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1188935 - Part 2: enable mDNS module on Android only if API level >= 21; r=mcmanus
This commit is contained in:
Родитель
2458e4c039
Коммит
71452409fa
|
@ -4,7 +4,7 @@
|
|||
# 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/.
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android' and CONFIG['ANDROID_VERSION'] >= '21':
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsDNSServiceDiscovery.js',
|
||||
'nsDNSServiceDiscovery.manifest',
|
||||
|
|
Загрузка…
Ссылка в новой задаче