You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.