commit | 78ca0530525cde2ec55598c9e4b7f395ac461a7c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 15 11:25:19 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 15 11:25:19 2022 +0000 |
tree | 2d902cead46b1f1fdcc3581fa0ce8b20b13aae97 | |
parent | 5bd7543b9845ed9f57de98fe6adfaf54c605b0fb [diff] | |
parent | 22907b77771aadcae0fa95038a68fee33af38801 [diff] |
Merge "Add mainline dev certificate dir to config" am: 22907b7777 Original change: https://android-review.googlesource.com/c/platform/build/+/2185338 Change-Id: I1cfbe21e29145e2e8e0d5d70db921147467b3684 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.