commit | de2ab2202da750cd2bb5b612e25ce8c6c95dd9cf | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Wed Jan 10 22:58:41 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 10 22:58:41 2024 +0000 |
tree | 6f8cef13a82703961b1fa12616d403c51f9ccf80 | |
parent | 2b13850bf89eef983a16232fae95a445b0282a7e [diff] | |
parent | 6937a040610a742765e5178d9e632ed51f5ab127 [diff] |
Merge "Support configuring compression factor" into main am: d90afc1d98 am: 6937a04061 Original change: https://android-review.googlesource.com/c/platform/build/+/2901258 Change-Id: I6a13ad3885c3a4114588cc579e16a45e8a975bb3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.