Good evening,
I am trying to complete the integration of wolfSSL library as a replacement to openSSL and I am running into a snag.
I can successfully build realm-core using a modified CMakeLists.txt (to correctly configure wolfSSL) and produce the devel and runtime tar files.
I would like to use the generated tar files to now build realm-java for android. However, I came across this comment in realm-java/realm/gradle.properties which indicates that using core binaries has been broken (an has been for a while).
# TODO Seems like using core binaries is currently broken and has been it for a while. Enabling
# explicit building of core so that builds don't fail. We should find out if we want to support
# using binaries or otherwise remove the logic around this and just always build core.
buildCore=true
Has this issue been fixed? Is it now possible to use realm-core binaries to complete building realm-java?
Otherwise, I am assuming that I will need to apply similar changes to realm-java/realm/realm-library/src/main/cpp/CMakeLists.txt as I did for realm-core/CMakeLists.txt.
Regards,
Daniel