Commit 85365dc5 authored by Matthew Finkel's avatar Matthew Finkel Committed by Georg Koppen
Browse files

Bug 25906 - Imply false both Adjust and Leanplum configure options

These configure options should be false already, because we set
|--without-google-play-services| in .mozconfig-android. But, this
is another layer of certainty.
parent 492ec355
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,3 +44,8 @@ imply_option('MOZ_SERVICES_HEALTHREPORT', False)

imply_option('MOZ_ANDROID_NETWORK_STATE', False);
imply_option('MOZ_ANDROID_LOCATION', False);

# Exclude Leanplum MMA (marketing automation and user behavior)
imply_option('MOZ_ANDROID_MMA', False);
# Exclude Adjust (installation tracking)
imply_option('MOZ_INSTALL_TRACKING', False);