Skip to content

Android: Do not pass sysroot include for standalone toolchain

The change in !418 (merged) does not make sense when compiling with a standalone toolchain which is tied to a single API version. Drop the explicit include directory so that the compiler uses its default system include order.

Fixes: #16954 (closed)

Merge request reports