commit | 2b85e3ace5124e5f7412d9628c2446a58c6a9725 | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Tue May 18 17:45:07 2021 +0000 |
committer | Mohammad Islam <samiul@google.com> | Tue May 18 17:45:07 2021 +0000 |
tree | a085bba66e6d4015316f1667e299365899c916bb | |
parent | b695e761f19b02085b0a48abd9fddeff0f3c204c [diff] |
Revert "Revert "Re-land "Enable apex compression on all devices with updatable apex"" This reverts commit b695e761f19b02085b0a48abd9fddeff0f3c204c. Reason for revert: b/185708645 has been fixed Bug: 169780183 Bug: 185708645 Change-Id: If0ea1168c710eeb4c90d7a9768a278a07adc48fa Test: Manually updated APEX with same version via OTA/adb-remount and observed it was decompressed.
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.