posted based on udemy video -
Android OS Internals
😁
croot helps us to change the directory to the top of the tree.
m makes from the top of the tree. (Make
)
it compiles the entire thing and it will build the images
$ m -j
-j
: you can specify the number of logical codes to be used while buildingmm : command basically builds and installs all of the moudle in the current directory and their dependencies.
compiles only the current directory it won't install the APK on its own
- if you want to install the pick it to the current emulator, you need to do it using the ADB command
mmm : command builds and installs all of the moudle in the supplied directories and their dependencies.
mmm dir/:target1, target2
.mma : Same as mm
mmma : Same as mmm