commit | 60fa99d4919e51c8f9bc12141bcf4497304121f1 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Jan 16 08:03:10 2019 -0800 |
committer | Yifan Hong <elsk@google.com> | Thu Jan 17 11:30:12 2019 -0800 |
tree | 2f1b1d9febbcef3854b88d29a1ac2e1781efa0b2 | |
parent | 85437e248d0d873a2b05b17ba860adf03295ac45 [diff] |
build_image: Increase spare inodes to 12. Test: builds device with DAP Change-Id: I816a7da54bbe23d4eb1140ac0d101c0fee175f0a
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.