Android sdk from expo project.

I want to create android sdk from expo eject.

I’ve already compiled the android app to android studio and created AAR file to create android sdk.
But it seem the modules like unimodules or the modules generated from expo eject are excludede to the AAR file that I created.

How can include those modules that’s essentials to my android sdk?