commit | fa91e98985a413e75d0e7ce5badd496835662fb9 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Feb 09 11:19:16 2022 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Feb 09 14:23:16 2022 -0800 |
tree | da595a7ab6e573bdc9095f643fc674fffca9c314 | |
parent | 6daac9c78ddbd516abe551029edcaeda3fab90a0 [diff] |
Add an misc_info.txt entry to customize VABC compression Products can define PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD to specify the compression algorithm they prefer, or "none" for no compression at all. Test: th Change-Id: I4fa27bd2c87b8f46c51023168d079e9b47ce2924
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.