commit | 47abe8a42e6b9b40f233dd7e7af143831c2530e1 | [log] [tgz] |
---|---|---|
author | Dmitrii Merkurev <dimorinny@google.com> | Wed Dec 13 03:03:26 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 13 03:03:26 2023 +0000 |
tree | 386a08ed46224809b254b68c98600656e9b4d908 | |
parent | 0d4c6cafcaa279064d5726af7d191cace6e9c385 [diff] | |
parent | aaf82ff6261ad205eb38f4f74eeabaa469617219 [diff] |
Merge "Allow to override fastboot-info.txt for specific board" into main am: aaf82ff626 Original change: https://android-review.googlesource.com/c/platform/build/+/2871235 Change-Id: I5558bf2d98cf74f7d14d32ea82c1fd4aa3cd7c56 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.