Skip to content

Android: Fix include path for unified headers

Brad King requested to merge brad.king/cmake:android-unified-headers into master

In !956 (merged) we accidentally constructed the unified header include directories from the linking sysroot. Construct them from the compiling sysroot instead.

Fixes: #16584 (closed)

Merge request reports