Skip to content

Commit

Permalink
Refer lack of Android support to issue #521.
Browse files Browse the repository at this point in the history
Instead of mailing list.
  • Loading branch information
jrfonseca committed Jun 3, 2017
1 parent 63194b2 commit 2264546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -44,7 +44,7 @@ option (ENABLE_ASAN "Enable Address Sanitizer" OFF)
option (ENABLE_TESTS "Enable additional tests" OFF)

if (ANDROID)
message (FATAL_ERROR "Android is no longer supported (https://goo.gl/yQEXFd)")
message (FATAL_ERROR "Android is no longer supported (https://git.io/vH2gW)")
endif ()

# Proprietary Linux games often ship their own libraries (zlib, libstdc++,
Expand Down
4 changes: 1 addition & 3 deletions docs/INSTALL.markdown
Expand Up @@ -82,9 +82,7 @@ Build as:

# Android #

Android is no longer supported. See https://goo.gl/yQEXFd for the reason why.
If you need Android support, your best bet is to try an old release (search for
android branch upstream.)
Android is no longer supported. See https://git.io/vH2gW for more information.


# Windows #
Expand Down

0 comments on commit 2264546

Please sign in to comment.