Skip to content

[Krita Android] Fix paths to NDK

Krita for Android currently does not build on the Binary Factory. The issue is the same I have encountered while building in the kdeorg/ci-android docker image locally. The cause seems to be that there are two different versions of the NDK, which get mixed up. I solved that by setting not only CMAKE_ANDROID_PATH to the NDK we use, but also ANDROID_NDK and ANDROID_NDK_ROOT. Therefore, I propose this change to the Binary Factory pipelines.

Merge request reports