commit | 37d01f684df047b6bcd3e814b054357230d9a5a3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Dec 07 12:57:53 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 07 12:57:53 2021 +0000 |
tree | 0a37394a62029ea3fa09e8f8ace8fdfeadaea9c5 | |
parent | 793100509c827a88e11b41cce3dd904a19835bc2 [diff] | |
parent | 1295bc51383913eddfa76fb2f9c6e22cac102a4b [diff] |
Merge "Add missing apksigner dependency" am: 1295bc5138 Original change: https://android-review.googlesource.com/c/platform/build/+/1891388 Change-Id: Ie10a161857ad6ecd4d3d5f2cf5a43a5f2c7a0e00
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.