commit | 82dcdba83d69a2a36130fc589110b2096fe9ce81 | [log] [tgz] |
---|---|---|
author | Chris Gross <chrisgross@google.com> | Sat Sep 26 18:39:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 26 18:39:56 2020 +0000 |
tree | cdc734acf2d5243a97ca1831f2c4572fbb160764 | |
parent | 3eaa8a785b7702375055630e12e9bd450313cc80 [diff] | |
parent | 208b59c42f2a99a6d92c2cf3c69fa4c17f241924 [diff] |
Merge "Misc fixes to release tools." am: 69c6598b21 am: 208b59c42f Original change: https://android-review.googlesource.com/c/platform/build/+/1427972 Change-Id: Ie70e9857583e1af8541838b7c7b2228b00a8497f
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.