Bug 1418425 - Do not build bsdiff on Android. The updater doesn't use it (we ship apk directly) r?glandium draft
authorSylvestre Ledru <sledru@mozilla.com>
Tue, 05 Dec 2017 15:51:49 +0100
changeset 792298 61e5dcf8f2cfd8a4e5baca1d2cdc39b52e0cced6
parent 792297 e55ed09dd0edb2b8d8ecc5512e843151c92fedf3
child 792305 2f21e9d3d2103594222f6971c30db3899df3c805
child 792309 1b7b5b3206b9add31cfe94e9d465873f0571226b
child 792358 ff5dadbc72d8d5d355604eba44f243122c4dd983
push id109072
push usersledru@mozilla.com
push dateTue, 08 May 2018 06:40:28 +0000
reviewersglandium
bugs1418425
milestone62.0a1
Bug 1418425 - Do not build bsdiff on Android. The updater doesn't use it (we ship apk directly) r?glandium MozReview-Commit-ID: FZ7A05WsQjO
toolkit/toolkit.mozbuild
--- a/toolkit/toolkit.mozbuild
+++ b/toolkit/toolkit.mozbuild
@@ -58,17 +58,17 @@ DIRS += [
     '/modules/libpref',
     '/intl',
     '/netwerk',
 ]
 
 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.
 
 DIRS += [
     '/ipc',
     '/js/ipc',
     '/hal',