commit | b04140fce239050ef0c2bee05c4dec0b0f71b44b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jun 12 11:49:46 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 12 11:49:46 2021 +0000 |
tree | 5fb0e763604c5e3cac075e52c2cd4ee100b35ece | |
parent | 1c6223077e7b43aff8de5ba9a4ea702ff95a2418 [diff] | |
parent | 6497a1b7f8dce552832134a6ac9dac0072401cbe [diff] |
Merge "Handles capex in signing script" am: 6497a1b7f8 Original change: https://android-review.googlesource.com/c/platform/build/+/1735159 Change-Id: I972cbe143b988d8741f76c5d0a777d347e90e0ed
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.