commit | 60a716fe8c4bff137fad55943b5a172de0158020 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Jan 10 08:36:34 2019 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Jan 10 14:49:24 2019 -0800 |
tree | 8706a7f742cb6cae109c9da11b5cc0363b1eb97d | |
parent | c777eaa779fd171abb80640656e2164b15dbc63b [diff] |
build_image: right-sizing add .2% margin for space and inodes To address flakiness in image creation, add a .2% margin of safety for both inodes and space for ext filesystems. Test: build Bug: 122328872 Change-Id: I6665bd6fe642291b825dba58dfd09cc55628230f
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.