initial fixups for android

This commit is contained in:
2025-11-19 12:43:13 -06:00
parent 8d10c5f94b
commit 5ed906017a
3 changed files with 16 additions and 8 deletions

View File

@@ -222,6 +222,10 @@ is_windows() {
line_contains "$(print_os)" windows
}
is_android() {
line_contains "$(print_os)" android
}
print_os() {
# cached response
if [[ -n ${FB_OS} ]]; then