зеркало из 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 : a3e618db2de10294bf36e2a47747a2d67754861a
This commit is contained in:
Родитель
87099dcb69
Коммит
f04ec052da
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче