commit | 203057cb9b06df8962958ae1fae1ac2b2d14c405 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Mar 31 20:01:41 2021 -0700 |
committer | David Anderson <dvander@google.com> | Mon Apr 05 13:45:02 2021 -0700 |
tree | 9971176cc4939d25975352a605c5c551f52fe5f9 | |
parent | fe5799af6ba8237149966600194e168a1da5dccd [diff] |
Relax inode usage estimate. The current inode usage estimate applies a factor (1.04x) to account for differences between the directory and file count and what mkfs.ext4 produces. Bump this to 1.06x to allow more leniency. This increases bramble partition sizes by 32KB total. Bug: 182365132 Test: manual test Change-Id: I9ade82cb89422e31ae8c5df9fff31157e88278c5
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.