How to build single android apk with multiple cpu architectures support?

When I package an android apk, I found that there are two apks in the output folder, armv7.apk and arm64.apk. How can I build a single apk with multiple cpu architectures support?