commit | cef996975a6f3b234fe5247ab162af628b18214a | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Mon Feb 17 00:16:59 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 17 00:16:59 2025 -0800 |
tree | da0e0ff4bd7d64066f2af8c72cb7020278b964b9 | |
parent | 8ecbf1ca6de5af00dc37bb43c924f60fc20a113c [diff] | |
parent | 609e2fa5f72079601e4be25d6ff801c99eacafdf [diff] |
[automerger skipped] Fix pvmfw.img signing error am: 609e2fa5f7 -s ours am skip reason: Merged-In I4a4129d221778906fb739a574d7adb48e91e9eda with SHA-1 a7d257cc8f is already in history Original change: https://android-review.googlesource.com/c/platform/build/+/3495888 Change-Id: I439be00799163f42b5c56cbe1fc8f3c9390b5002 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.