From 84fa3f9f72e1221c5cd9e0723bffd0c4475e4914 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 2 Jan 2021 19:27:13 +0000 Subject: Redundant code path cleanup (#1702) Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use. --- build/autoconf/android.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build/autoconf') diff --git a/build/autoconf/android.m4 b/build/autoconf/android.m4 index 4ab6d5a82..6c55a3f3f 100644 --- a/build/autoconf/android.m4 +++ b/build/autoconf/android.m4 @@ -210,12 +210,6 @@ fi AC_DEFUN([MOZ_ANDROID_INSTALL_TRACKING], [ -if test -n "$MOZ_INSTALL_TRACKING"; then - AC_SUBST(MOZ_INSTALL_TRACKING) - MOZ_ANDROID_AAR(play-services-ads, $ANDROID_GOOGLE_PLAY_SERVICES_VERSION, google, com/google/android/gms) - MOZ_ANDROID_AAR(play-services-basement, $ANDROID_GOOGLE_PLAY_SERVICES_VERSION, google, com/google/android/gms) -fi - ]) dnl Configure an Android SDK. -- cgit v1.2.3