I was building the MAVSDK with the MAvlink Passtrough but getting this error for the android
-DCMAKE_TOOLCHAIN_FILE=/Users/abhishekmuttath/Library/Android/sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake
-DANDROID_ABI=arm64-v8a
-DANDROID_PLATFORM=android-21
-DBUILD_SHARED_LIBS=ON
-DCMAKE_BUILD_TYPE=Release
-DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@3
-DOPENSSL_INCLUDE_DIR=/opt/homebrew/opt/openssl@3/include
-DOPENSSL_CRYPTO_LIBRARY=/opt/homebrew/opt/openssl@3/lib/libcrypto.a
-DOPENSSL_SSL_LIBRARY=/opt/homebrew/opt/openssl@3/lib/libssl.a
make -j$(sysctl -n hw.ncpu)
but always gets the error of OPENSSL. I have tried to reinstall and retry it but always fails here