commit | b39d8b1b8d7c9490f0c1f1a1aee44daccd7017e7 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Thu Dec 12 10:58:45 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 12 10:58:45 2024 -0800 |
tree | 7190ba07d22f16d688abb0e6e324eeb7e2346c72 | |
parent | 8ea4856ea1091ca7337abe8115f0c5966ac8b044 [diff] | |
parent | 9c4965427359a20357d5b04f3b4e0f37de018733 [diff] |
Merge "Parse fingerprint and timestamp unconditionally" into main am: 8382f29f7c am: 9c49654273 Original change: https://android-review.googlesource.com/c/platform/build/+/3408625 Change-Id: I5e08b51db294c5296d33555f04b63d4b68060463 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.