In Q and earlier, `mm` builds and installs the modules in the current directory and usually subdirectories, but does not build or install dependencies outside the current directory, but `mma` will build and install modules in the current directory and their dependencies. In AOSP master `mm` is an alias for `mma`, so it will build and install dependencies.
On Mon, Jan 6, 2020 at 10:09 AM Pranitha Reddy < [email protected]> wrote: > Hello sir, > > mm command is used for building and installing all the modules in the > current directory, My query is why does it includes all the Android.mk > present in other directories(not the current one). Does mm command installs > both modules and their dependencies? > > Thanks in advance!! > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/f6021264-4662-421e-81e0-2a9bef8ee104%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/f6021264-4662-421e-81e0-2a9bef8ee104%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CAMbhsRRejVW1%2BCUw5JoQUYg4MLZ_YG%3Deaa_Od-y5oPFDo0X2GQ%40mail.gmail.com.
