commit | 98cd4cc7a3c3b2ffe7c27d3aa5cc299565a7892c | [log] [tgz] |
---|---|---|
author | J. Avila <elavila@google.com> | Wed Jun 10 20:09:10 2020 +0000 |
committer | J. Avila <elavila@google.com> | Wed Jun 10 21:51:19 2020 +0000 |
tree | c280840361d1765d48096e5c9990a2d5516e1203 | |
parent | 9df45f6ec2662932a1286bc32d2e9f517dc83a21 [diff] |
Add LZ4 support to the release tools The core android build platform has changed to add support for LZ4 compression for ramdisks, but the release tools were not. Fix this. Bug: 156129966 Change-Id: I39680b91930d2d3cbd0cd565beb78e1ee699397e
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.