commit | 73b6f5d661f057ed223375cd9cc1721700e17716 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Feb 02 19:04:05 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 02 19:04:05 2018 +0000 |
tree | 05e855911f0aa307030ca55d97e8439e443ba46d | |
parent | dc68afc7f0c1553ec2efb0972389da2cec2f2bbb [diff] | |
parent | 6c83183400ce2875ae6e00d44902a79c991b2a8a [diff] |
Merge "releasetools: Clean up two no-op lines that set 'ota-wipe'." am: 76c6906bf2 am: 6c83183400 Change-Id: I494b4519bd57e00237a53d29e46d935abdee1052
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.