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