diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-25 22:00:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 22:00:26 +0200 |
commit | 08d2d3e84ada92e0887845c5a67a7c80f65b6978 (patch) | |
tree | 0dfe07f8e1b8d121d12de8d16df524db344c6826 /mobile | |
parent | be61293ae985672936f0aad94c0166ba0d80f80b (diff) | |
parent | e934f01db9186fbae287bebd92afb6aa5a4243d6 (diff) | |
download | uxp-08d2d3e84ada92e0887845c5a67a7c80f65b6978.tar.gz |
Merge pull request #381 from Ascrod/master
Remove the Social API
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/android/moz.configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile/android/moz.configure b/mobile/android/moz.configure index 0ab0b113e2..9f622f6ef4 100644 --- a/mobile/android/moz.configure +++ b/mobile/android/moz.configure @@ -62,7 +62,6 @@ option(env='MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER', set_config('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER', depends_if('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER')(lambda _: True)) -imply_option('MOZ_SOCIAL', False) imply_option('MOZ_SERVICES_HEALTHREPORT', True) imply_option('MOZ_ANDROID_HISTORY', True) |