commit | de7a7dd43e2e020e08a36858c65461db110c8398 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Fri Feb 09 07:23:45 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 09 07:23:45 2018 +0000 |
tree | 06b20bc9e081a14805baa54be3059c6e54c8970a | |
parent | b6d7f7cf95bbdfa0ca2a4b05dd5ff074eef967a2 [diff] | |
parent | 416cf2d661c6908e7b4459556625cee9b2dff024 [diff] |
Merge "Fixed pdk build error for pi-release" am: 3c6eaad044 am: 6145a2a2db am: 416cf2d661 Change-Id: Id82aa8af41043b0f732c65e55fc7733872533e52
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.