commit | 3c135d09ab484585558010c5a1c4875de358a83f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Oct 16 18:48:41 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 16 18:48:41 2018 -0700 |
tree | 8dc6566f74c16b2b1668a2483374ff46cd3eda7e | |
parent | dcf476236472d63dc63ad44713ff03197202422a [diff] | |
parent | 206813151d87556f861e445042c2e2f1dd5b9fad [diff] |
Merge "Build group info to super image" am: 206813151d Change-Id: I09ca9a4a508c54455d2be1d97d52aceddce14204
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.