__Issue__ Android does not provide a separate rt library. This functionality is included as part of bionic lib. This is a common error, see [Android Build Error :cannot find -lrt and -lpthread](https://github.com/daniel-yu-papa/Maggie-OpenMax/issues/1), [Android cross-build fails if "rt" library is not removed from CMake configuration](https://github.com/dotnet/runtime/issues/20180). __Solution__ See #1038
Issue
Android does not provide a separate rt library. This functionality is included as part of bionic lib.
This is a common error, see Android Build Error :cannot find -lrt and -lpthread, Android cross-build fails if "rt" library is not removed from CMake configuration.
Solution
See #1038