
you can get this list with link https://android.googlesource.com/?format=HTML
so what is the relation between these projects?
Edit 1:
according to How to understand the directory structure of android root tree?, we know
Frameworks - this folder is essential to Android since it contains the sources for the framework. Here you will find the implementation of key services such as the System Server with the Package- and Activity managers. A lot of the mapping between the java application APIs and the native libraries is also done here.
but it is still untold what mff , ml and etc. is, maybe they have something to do with JNI, but what it is exactly? is there any document to tell this details?