diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 6d992b20ef50..11a782cab3da 100644 --- a/configure.ac +++ b/configure.ac @@ -1253,14 +1253,6 @@ if test "$_os" = "Android" ; then add_warning " $ANDROID_SDK_HOME/tools/android update sdk -u --all --filter build-tools-$BUILD_TOOLS_VERSION" add_warning "or adjust $SRC_ROOT/android/source/build.gradle accordingly" fi - if test ! -f "$ANDROID_SDK_HOME/extras/android/m2repository/source.properties"; then - AC_MSG_WARN([android support repository not found - install with - $ANDROID_SDK_HOME/tools/android update sdk -u --filter extra-android-m2repository - to allow the build to download the specified version of the android support libraries]) - add_warning "android support repository not found - install with" - add_warning " $ANDROID_SDK_HOME/tools/android update sdk -u --filter extra-android-m2repository" - add_warning "to allow the build to download the specified version of the android support libraries" - fi fi if test "$_os" = "AIX"; then |