I was trying to embed python into Android and iOS by .so files. So I had to cross compile the python and other libraries. I tried using CPython for compiling. So far I learned how to compile a demo package for linux from ChatGPT but it couldn't explain how will I compile it for Andriod. I have the Android enviornment installed. Like is there any general method or syntax which i can use to compile the other libraries such as Pandas, NumPy ?