Skip to content

Commit d73c3ae

Browse files
Update docker/android-system.sh
Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
1 parent ba8e252 commit d73c3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/android-system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ main() {
5555
echo "Try using a complete Android system build or disable building Android system." 1>&2
5656
echo "Note that a complete Android system build is slow and creates massive images." 1>&2
5757
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
58+
echo "If you want support for newer versions, contributions are always appreciated." 1>&2
5959
exit 1
6060
elif [[ "${MAJOR_VERSION}" -eq 7 ]] && [[ "${MINOR_VERSION}" -eq 1 ]]; then
6161
echo "Android version 7.1 is not supported." 1>&2

0 commit comments

Comments
 (0)