Skip to content

Commit

Permalink
Bug 1667896 - Remove MOZ_ANDROID_DISTRIBUTION_DIRECTORY r=nalexander
Browse files Browse the repository at this point in the history
This config value is evidently a Fennec thing that isn't used anywhere any more.

Differential Revision: https://phabricator.services.mozilla.com/D91647
  • Loading branch information
Ricky Stewart committed Sep 29, 2020
1 parent d9aa989 commit 2bb808e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion build/moz.configure/old.configure
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def old_configure_options(*options):
'--includedir',
'--libdir',
'--prefix',
'--with-android-distribution-directory',
'--with-android-max-sdk',
'--with-android-min-sdk',
'--with-branding',
Expand Down

This file was deleted.

16 changes: 0 additions & 16 deletions old-configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1502,22 +1502,6 @@ case "$target_os" in
;;
esac

# Optional Firefox for Android partner distribution directory.
MOZ_ARG_WITH_STRING(android-distribution-directory,
[ --with-android-distribution-directory=dir
Optional Firefox for Android partner distribution directory.],
MOZ_ANDROID_DISTRIBUTION_DIRECTORY=$withval)

if test -n "$MOZ_ANDROID_DISTRIBUTION_DIRECTORY"; then
# A distribution directory must have an assets/distribution directory.
# See https://wiki.mozilla.org/Mobile/Distribution_Files.
if test ! -d "$MOZ_ANDROID_DISTRIBUTION_DIRECTORY/assets/distribution" ; then
AC_MSG_ERROR([--with-android-distribution-directory does not contain assets/distribution;
(looked for ${MOZ_ANDROID_DISTRIBUTION_DIRECTORY}/assets/distribution).])
fi
fi
AC_SUBST(MOZ_ANDROID_DISTRIBUTION_DIRECTORY)

dnl ========================================================
dnl = Trademarked Branding
dnl ========================================================
Expand Down

0 comments on commit 2bb808e

Please sign in to comment.