From 70d3e18390e2519e41ecf277798e2da69c6dcd9a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 5 Dec 2017 15:51:49 +0100 Subject: [PATCH] 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 --- toolkit/toolkit.mozbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index afe7237d0b82..35905c5110e5 100644 --- a/toolkit/toolkit.mozbuild +++ b/toolkit/toolkit.mozbuild @@ -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.