commit | ce02daa32bfd25ec279338c2208978ad79737481 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 21 13:46:30 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 21 13:46:30 2022 +0000 |
tree | 2932a99b48517482068106a95b3852b5dca8572e | |
parent | b1ed3c6c70e95b51afeb7d3b1e165acc3a86f6fa [diff] | |
parent | a00e17c412274a49d9b5b47f76a1380539513893 [diff] |
Merge "Fix typo" am: 0f079826a1 am: a00e17c412 Original change: https://android-review.googlesource.com/c/platform/build/+/2129256 Change-Id: I560cbea327b27a96639d1b7a49a6d149da0cad58 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.