mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibWeb: Use "Android" as the OS string on Android
This commit is contained in:
parent
0c5a546dca
commit
bd131c0bf8
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue