commit | 68130ccb4a5ef4e3bf7d6e6b3b6e5373d50e7a25 | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Wed Oct 09 17:32:04 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 09 17:32:04 2019 -0700 |
tree | 633a308be774ecd01d8709def9cb9cca75fc1c96 | |
parent | 003ae1cde85e64dc7c534490e7814aead2748116 [diff] | |
parent | 818df7b0d0805e41ff4c45897d23b6bef4f6d2a9 [diff] |
Merge "Adding boot-test-harness.img" am: 818df7b0d0 Change-Id: I550d6e5eebe84f9e1971ef23a21c40d22de0d0b8
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.