LibWeb: Use "Android" as the OS string on Android

This commit is contained in:
Andrew Kaster 2023-09-13 23:21:43 -06:00 committed by Andrew Kaster
parent 0c5a546dca
commit bd131c0bf8

View file

@ -28,6 +28,8 @@ namespace Web {
#if defined(AK_OS_SERENITY)
# define OS_STRING "SerenityOS"
#elif defined(AK_OS_ANDROID)
# define OS_STRING "Android"
#elif defined(AK_OS_LINUX)
# define OS_STRING "Linux"
#elif defined(AK_OS_MACOS)