commit | 0daf186a89a494df9c68ae31bfe07b0f37df4b4d | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Apr 27 16:21:16 2022 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Apr 27 16:33:21 2022 +0900 |
tree | 9a2d69af6adf1bb189949b857eda35de68c4e270 | |
parent | 62bf0d5c8833cce288788011b547825947e3dc1e [diff] |
Prototype of build orchestrator The code assumes a different source structure. It requires updating the path configurations. Bug: 230448564 Test: N/A Change-Id: I38bf181eecdd291712212ba8ee6d61b85c3fbb07
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.