Skip to content

turnip: Use DETECT_OS_ANDROID definition

What does this MR do and why?


Fix remaining `#ifdef ANDROID` by replacing them with `#if DETECT_OS_ANDROID`.

Merge request reports