commit | bf19afe3b35c9c35a83df236b4f7abcd3ee488f3 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Dec 06 03:56:13 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 06 03:56:13 2024 +0000 |
tree | 137967b5ba75f054844d1f6c55c9d996645607b7 | |
parent | 26dc268eff02229a66a01ab8d88808bd4f4621a9 [diff] | |
parent | 093e0a8a62ca41304b8373885a3509d913f197ca [diff] |
Merge "Return default value if fingerprint doesn't match" into main am: 093e0a8a62 Original change: https://android-review.googlesource.com/c/platform/build/+/3392085 Change-Id: I5121d3a2dab405bda5351b34082c20ef8101a2b3 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.