diff --git a/DEPS b/DEPS index 60eb3e714688e0a47cc68a2696ebb48f4743d694..bc2f65e8f96c7912e00e7dcedcd7e5a35ed67ea6 100644 --- a/DEPS +++ b/DEPS @@ -115,7 +115,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '4fd7a2738de8fc8f9b498437cde96c1bf7562a04', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '101c573fa3d412f1a0a8e391905b817bb830a93f', # Fuchsia compatibility # diff --git a/fml/platform/linux/timerfd.h b/fml/platform/linux/timerfd.h index 5c4b965457133791a23032d0b190afda3b1be8eb..4a56af5553828e36fe3aa6abb965a5d543653c89 100644 --- a/fml/platform/linux/timerfd.h +++ b/fml/platform/linux/timerfd.h @@ -8,7 +8,10 @@ #include "flutter/fml/time/time_point.h" // clang-format off -#if __has_include() +#if __has_include() && \ + (!defined(__ANDROID_API__) || __ANDROID_API__ >= 19) + // sys/timerfd.h is always present in Android NDK due to unified headers, + // but timerfd functions are only available on API 19 or later. // clang-format on #include