commit | e61610d31a83d229e284157a12e541be74c18d44 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Tue Sep 19 22:55:50 2023 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Tue Sep 19 23:06:39 2023 +0000 |
tree | f80d9c23faf6cf1eac1e1bd21aa66c41bd0d98e5 | |
parent | b00035955c6ce31bd2a542303358674bacb0b291 [diff] |
Add support for TARGET_BOARD_INFO_FILES This makes it so that portions of android-info.txt can come from different sources. Bug: b/301141632 Test: manual Change-Id: I82793b37162f52805db425b802a2e0762526bd91
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.