commit | c1ad415862cc3a769a7af49784f82d2161731499 | [log] [tgz] |
---|---|---|
author | Zhi An Ng <zhin@google.com> | Sat Jan 20 06:12:49 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jan 20 06:12:49 2018 +0000 |
tree | b13550536f817c8f95089dda9c073027e7b00840 | |
parent | a6477c91d47543bb71335518185f5325ade323c9 [diff] | |
parent | fffa70a1b7ff3d85a53bf26b0db392eec8d3b941 [diff] |
Merge "Fix order of args passed to mksquashfsimage.sh" am: 8eae9fc5f5 am: 7db3875c4c am: fffa70a1b7 Change-Id: Ie9b67865a5050438a91f37956b192290fe4a4ee4
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.