commit | b695e761f19b02085b0a48abd9fddeff0f3c204c | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Apr 27 14:49:20 2021 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Apr 27 14:49:20 2021 +0000 |
tree | 036190ab263d0e825cc13f4989123df27734c0b4 | |
parent | 3df934b8a8d00f021faa8bea139448bf23276d7d [diff] |
Revert "Re-land "Enable apex compression on all devices with updatable apex" This reverts commit 3df934b8a8d00f021faa8bea139448bf23276d7d. Reason for revert: Might break weekly DF: b/185708645#comment11 Bug: 185708645 Change-Id: Ia5526e7895d27d230b1394eee666d5b3d73a08f0
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.