зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1418425 - Do not build bsdiff on Android. The updater doesn't use it (we ship apk directly) r=glandium
MozReview-Commit-ID: FZ7A05WsQjO --HG-- extra : rebase_source : d3ce45a8676a2d57c7ad07f1b3539d6cd0f274f6
This commit is contained in:
Родитель
6c3b68c5e8
Коммит
70d3e18390
|
@ -63,7 +63,7 @@ DIRS += [
|
|||
if CONFIG['MOZ_AUTH_EXTENSION']:
|
||||
DIRS += ['/extensions/auth']
|
||||
|
||||
if CONFIG['MOZ_UPDATER']:
|
||||
if CONFIG['MOZ_UPDATER'] and CONFIG['OS_TARGET'] != 'Android':
|
||||
DIRS += ['/other-licenses/bsdiff']
|
||||
|
||||
# Gecko/Core components.
|
||||
|
|
Загрузка…
Ссылка в новой задаче