commit | f8283a8bf62c38f4878863de62bb9c8674c30182 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Sat Apr 10 01:04:41 2021 +0000 |
committer | Hans Boehm <hboehm@google.com> | Sat Apr 10 01:06:39 2021 +0000 |
tree | 036190ab263d0e825cc13f4989123df27734c0b4 | |
parent | eaa853ad3cf74370b3730558e901f086cfaf279e [diff] |
Revert "Enable apex compression on all devices with updatable apex" This reverts commit eaa853ad3cf74370b3730558e901f086cfaf279e. Reason for revert: breaks git_rvc-qpr-dev-plus-aosp build. Bug: 184989544 Change-Id: Id760adaf99babe53e7cf096180032a9683587006
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.