commit | 0c61e1422799b1b1d433eff7fb1f3393692e07dc | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Oct 08 12:28:49 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 08 12:28:49 2019 -0700 |
tree | 6a35378d26315e0060ab81b954f23097b0c1e16d | |
parent | 0b55fc40cb8eb0d5e0626376073dcd82223809fb [diff] | |
parent | a8b633d181c99d0fccb9e21bcab67ff00ca4ae61 [diff] |
Merge "Add IBootControl HAL 1.1." am: a8b633d181 Change-Id: Ia78800744ef04a877b062631cc3444f29d9a35bd
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.