When you run *$ m* or *$ make *it is by default processed by Soong. Only if -C option is passed in, build reverts to plain make. The entry point is located in envsetup.sh Take a closer look at *m* or *make* implementations in this file. function get_make_command() in build/make/envsetup.sh <https://cs.android.com/android/platform/superproject/+/master:build/make/envsetup.sh;l=1641>
On Friday, December 10, 2021 at 1:54:43 AM UTC+2 [email protected] wrote: > Hi, > > May I know which file is the entry point for the Soong build process in > Android and which command I have to use for building using Soong instead of > the traditional make build process. > > Please reply. > > thanks, > Ayyappan > -- -- 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/ba6cbe38-9cdf-49a8-bf53-4ef69800fc09n%40googlegroups.com.
