commit | 3df934b8a8d00f021faa8bea139448bf23276d7d | [log] [tgz] |
---|---|---|
author | Lucas Wei <lucaswei@google.com> | Mon Apr 12 03:55:46 2021 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Apr 15 15:45:02 2021 +0000 |
tree | a085bba66e6d4015316f1667e299365899c916bb | |
parent | f8283a8bf62c38f4878863de62bb9c8674c30182 [diff] |
Re-land "Enable apex compression on all devices with updatable apex This reverts commit f8283a8bf62c38f4878863de62bb9c8674c30182. Test: device boots Test: OTA from uncompressed apexes to compressed apexes works Bug: 169780183 Bug: 184746992 Bug: 185082717 Change-Id: I62e379f44a1dcf8ebd2b3448dc1381cd99427b45
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.