commit | 270130a0254c713934e7434ec9a866c7b28a71ab | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Jan 09 15:56:10 2024 -0800 |
committer | Daniel Zheng <zhengdaniel@google.com> | Thu Apr 18 11:22:26 2024 -0700 |
tree | 948448f883604bc60e0fbb7e07adc2fdf9bd6e15 | |
parent | 2fc519a568032d403cb3f41f2ae5f408d47eefcc [diff] |
add build property for compression_factor Compression factor, as discussed, should be a configurable build property. This flag here will control that. From initial analysis, it looks like 64k is a good default. go/variable-block-vabc-perf Bug: 313962438 Test: th Change-Id: I2bddede22655e36446e734ac1917be560b1a3a1b
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.