We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8e252 commit d73c3aeCopy full SHA for d73c3ae
docker/android-system.sh
@@ -55,7 +55,7 @@ main() {
55
echo "Try using a complete Android system build or disable building Android system." 1>&2
56
echo "Note that a complete Android system build is slow and creates massive images." 1>&2
57
echo "Disabling the Android system build will prevent the use of Android runners." 1>&2
58
- echo "If you like support for newer versions, help is always wanted." 1>&2
+ echo "If you want support for newer versions, contributions are always appreciated." 1>&2
59
exit 1
60
elif [[ "${MAJOR_VERSION}" -eq 7 ]] && [[ "${MINOR_VERSION}" -eq 1 ]]; then
61
echo "Android version 7.1 is not supported." 1>&2
0 commit comments