commit | 1778342af20dc893301a5d116411536de3fff57b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 22 02:26:08 2022 +0000 |
committer | Colin Cross <ccross@android.com> | Thu Sep 22 02:26:10 2022 +0000 |
tree | b01630258e60d87e62618276ddcca41378c8810c | |
parent | 9a76135e443104ba795962d0abbd282bbac82332 [diff] |
Add sync to m help Add sync to the list of targets documented by m help. Change-Id: Id6cdb9d6e332b85068d895120aa7d344cf287f37
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.