Add sync to m help

Add sync to the list of targets documented by m help.

Change-Id: Id6cdb9d6e332b85068d895120aa7d344cf287f37
This commit is contained in:
Colin Cross 2022-09-22 02:26:08 +00:00
parent 9a76135e44
commit 1778342af2

View File

@ -26,6 +26,8 @@ Common goals are:
clean (aka clobber) equivalent to rm -rf out/
checkbuild Build every module defined in the source tree
droid Default target
sync Build everything in the default target except the images,
for use with adb sync.
nothing Do not build anything, just parse and validate the build structure
java Build all the java code in the source tree