commit | bf0d208fe9990f8f699bbe0c183968e3e6b61ece | [log] [tgz] |
---|---|---|
author | Sandeep Dhavale <dhavale@google.com> | Fri Oct 20 02:25:16 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 20 02:25:16 2023 +0000 |
tree | 9ac85b83dd4d507f3411a6546d0ce76089ccda36 | |
parent | 16f27510e88ed399d4813966177d159bb19eccf1 [diff] | |
parent | 5a4fa4a3c757ee48c3c9113fe4b70c4cdb669d03 [diff] |
Merge "Add support for specifying erofs blocksize" into main am: cc1a560241 am: 03c5c0cafd am: 5a4fa4a3c7 Original change: https://android-review.googlesource.com/c/platform/build/+/2795057 Change-Id: Ia4dfbe3480fd56ade498af407b439c03f8378fcb 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.