commit | b2568c47318d88da39afdc7233548b278cfad52e | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Wed Dec 09 14:49:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 09 14:49:32 2020 +0000 |
tree | 8f506a985c8cea77811178db2dcf877245a5def9 | |
parent | 23f4dafb479e65e627c3f75c242a6361a2a3122c [diff] | |
parent | 0a246e5e31be260a3d738be675ea1ad434ef5a8e [diff] |
Merge "Add a product flag that will enable compressed APEX on device" am: 0a246e5e31 Original change: https://android-review.googlesource.com/c/platform/build/+/1512289 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3f1f01b0854b4e8209e82f0027a5ce419ecc50fd
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.