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:
Sylvestre Ledru 2017-12-05 15:51:49 +01:00
Родитель 87099dcb69
Коммит f04ec052da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.