commit | c2c21ebf0b2cd4440700d652d653cd13bb6cd6e3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Nov 26 02:22:39 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 26 02:22:39 2024 +0000 |
tree | 971050cc71dd613ce6fffba3a058bd2a88f60229 | |
parent | 8049991018e5102187129668d89c7301b2458ecf [diff] | |
parent | fe48f574ea09dba52a0fca684d1ed7d62a79a936 [diff] |
Merge "Add soong config variable for ShannonIms" into main am: fe48f574ea Original change: https://android-review.googlesource.com/c/platform/build/+/3368294 Change-Id: Id3b090b8f657e3ee70101b6c06ebd029b395b210 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.