Entry point of Soong build process

65 views
Skip to first unread message

ayyappan muthukrishnan

unread,
Dec 9, 2021, 6:54:43 PM12/9/21
to android-...@googlegroups.com
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

Viktor Leniviy

unread,
Dec 10, 2021, 9:09:51 PM12/10/21
to Android Building
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.
Reply all
Reply to author
Forward
0 new messages