[GAI SD v2.1 + ControlNet] [Inference Setup] NDK-build Compilation Failure Before Model Inference

Environment Information

Issue Description:
NDK build process fails before model inference. The error is:
ndk-build failed with error: -1073741819
This occurs because the batch script erroneously changes directories (cd jni) before executing ndk-build.

Solution:
Review and correct directory navigation in the script to ensure ndk-build is executed from the correct path. Remove redundant or incorrect cd commands leading into the jni directory.

The solution was tested and verified on July 12th, 2025