commit | fffa70a1b7ff3d85a53bf26b0db392eec8d3b941 | [log] [tgz] |
---|---|---|
author | Zhi An Ng <zhin@google.com> | Sat Jan 20 06:09:41 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jan 20 06:09:41 2018 +0000 |
tree | 02b50406bd334fc6110ef0fc5a4a8901966b567b | |
parent | a29ee1591c8c5bdd90912dca6f3d3b01797005a5 [diff] | |
parent | 7db3875c4cfa8bed8b96af8901a4de3893074f3f [diff] |
Merge "Fix order of args passed to mksquashfsimage.sh" am: 8eae9fc5f5 am: 7db3875c4c Change-Id: I7c6ee9fad1665bfe72a3ae6bb50cb06c1a20c20a
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.