Running cargo doc --target=aarch64-linux-android in winit fails to build because we haven't selected an activity.
It would be nice if that wasn't the case, e.g. the library compiled in #[cfg(doc)] successfully without selecting an activity.
(I think this is also why currently, winit doesn't display any platform-specific documentation for Android on docs.rs).