commit | 6e25f26dabd635372356bdd5416cba953a4982c4 | [log] [tgz] |
---|---|---|
author | Nikita Putikhin <nputikhin@google.com> | Wed Jul 17 11:49:12 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 17 11:49:12 2024 +0000 |
tree | 999339a186487d8da500edcb1ce627b2aba3c05f | |
parent | 801fb946b42e89d58b98e19839265ecf786d3caa [diff] | |
parent | bd0cba45be66382f1bdf845c00642443c61b1642 [diff] |
Merge "Use test install base template instead of a hardcoded path" into main am: bd0cba45be Original change: https://android-review.googlesource.com/c/platform/build/+/3176019 Change-Id: Ic82c841725dd995748917dd2e0ccfd1281e2b097 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.