commit | 732dba31711df27a6ec6b7c9dee6a9e7a2297667 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Aug 14 15:59:21 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 14 15:59:21 2018 -0700 |
tree | 426be9f753e268a78c240c98001a8293afd63198 | |
parent | 8ebb4ac573fff9a94cef3aea75ef9d521cd9e4aa [diff] | |
parent | ce916fb48485e9d7fd8c7e4bac913ab3ac6d74e9 [diff] |
Merge "Add health HAL to recovery." am: 4684cfbb32 am: ce916fb484 Change-Id: I578fc36c4587ae4a4d32492c223855a029881eb2
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.