Skip to content
Snippets Groups Projects
Unverified Commit 201525e6 authored by David Anderson's avatar David Anderson Committed by GitHub
Browse files

Merge pull request #4243 from AenBleidd/vko_fix_android_build

[Android] Fix build
parents 80cd9c80 45e36bbc
Branches
Tags
No related merge requests found
...@@ -1599,7 +1599,7 @@ static const struct dir_tty_dev { ...@@ -1599,7 +1599,7 @@ static const struct dir_tty_dev {
return false; return false;
} }
} tty_patterns[] = { } tty_patterns[] = {
#ifdef unix #if defined(LINUX_LIKE_SYSTEM) and !defined(ANDROID)
{ "/dev", "tty", { "/dev", "tty",
{"ttyS", "ttyACM"}, {"ttyS", "ttyACM"},
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment