commit | 47d1cb9845c6774ac700d8d5d4f89379f8e3afb6 | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Thu Dec 26 20:52:28 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 26 20:52:28 2024 -0800 |
tree | 18357fabb7da49a44572664ad4808115f0851835 | |
parent | a37dcaf9dcc289beac6d1314962a2e4d93a03a64 [diff] | |
parent | 81e841722e99c95241f930f60492b0ba9bda252e [diff] |
[automerger skipped] Fix the signing error in gsi_arm64 builds am: 81e841722e -s ours am skip reason: Merged-In I551e14fa6a0c63e3cef334b953f670cf9c465e10 with SHA-1 36981b54f0 is already in history Original change: https://android-review.googlesource.com/c/platform/build/+/3433400 Change-Id: I7ee51e181a86aa7b806913ff9ca091aea678d9e6 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.