commit | a567eae9adbccc100ff50c918d3cbac532a9f69a | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon Jan 08 14:20:49 2024 -0800 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue Jan 09 16:52:20 2024 -0800 |
tree | 0e98150b910e1ff5ce92dcadb862fdafc6d78020 | |
parent | 3939d1ca5957571814933cc311655840a513677e [diff] |
Support configuring compression factor With the introduction of variable block sized compression. We want ota_from_target_files to support a flag that confgures the max block size for compression. This flag will be passed to delta_generator and then used fro cow estimation + ota installation Removing a function here as it looks like it's unused. We can modify the specified values with ModifyTargetFilesDynamicPartitionInfo(). The other function looks like it's just a wrapper. Test: ota_from_target_files. Change-Id: Ia17bf62d40f947ef1fbe543886f04d10acd5bcc9
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.