commit | 4a6ce93f2767af84b179de4e510452e05a3eb765 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Nov 01 12:10:00 2018 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Nov 01 12:45:29 2018 -0700 |
tree | b0064cb42a2416084ccd4d61fac691c9d92ac672 | |
parent | c03653720f5442cc34820542fc6fac5dede42b6c [diff] |
build_image too aggressive with right sizing Regression introduced by c3d408e3c180327bfbc88e9147e25bb793071bf6 Found a case where 1 + 1/59 reduction in size based on free space failed when right sizing an ext4 image. Reduced the math to 1 + 1/60. Test: compile Bug: 111302946 Change-Id: I6a0f3919e8d45d0b3e7cd558a6ad4d3799012f2c
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.