You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android CI only check whether tests can be run and pass, but do not check whether library actually builds under Android.
This is important to test, because e.g. librt does not exist in Android devkit (and liblibc does not actually use it either) and we still try to link to it since #66.