The basic format for compiling the entire project here is
./mk + Platform name + project Name _ Customer name +mmm +new
For example
./mk hq6735_65c_b1k_l1 Al811_doov mmm new
Compiling a single module
./mk + Platform name + project Name _ Client name +mmm + module path
Examples such as the following
./mk hq6735_65c_b1k_l1 Al811_doov mmm packages/apps/mms/
Now, let's talk about the above parameters.
1.mk This feeling should be the company modified script, the specific content also looked under, can not understand, seems to be shell script. If you have time to study later, you can watch it later.
2.hq6735_65c_blk_11 This is the platform name
Al811_doov This is the project name.
We can go to the Device/huaqin directory and see the information about the compilation
That's the way it feels to me.
The different platforms above, corresponding to the same MTK platform created under the different branches
The al811, in fact, is a different version of the platform, similar to the standard version, and on the standard version of the derivative branch
hq-Source Code Compilation