I am trying to understand how to build executable and libraries using Android.mk and Android.bp under AOSP. And I am able to compile simple c programs.
I was wondering if there is a way to cross-compile existing CMake and meson projects under AOSP.
Do I need to manually convert them into Android.mk, Android.bp or does AOSP build system provide any mechanism to directly build meson and CMake projects?