Anyway to interact with binary like .so in Android?

Hi,
There’s a portion of the code in my app written in C and C++. I have access to them so building them to another format that cocos creator use will not be an issue, but I’m not allowed to expose them. Android lets dev to build those native code to a .so binary lib. Is there anything equivalent in cocos creator?

Thanks