| commit | a1b2058fac40af246637862a35926afe94204baf | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Nov 26 08:40:34 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 26 08:40:34 2024 +0000 |
| tree | 5de304e083a6164a2de82c2c6c2a280041a06d34 | |
| parent | c79fb2ab2bb7a5ab80dce4bb9d4b8d9569484677 [diff] | |
| parent | 42b72f3851e75fa3885399745cd9f82e162b6582 [diff] |
Merge "Add TARGET_USERIMAGES_USE_F2FS and BOARD_CACHEIMAGE_PARTITION_SIZE to soong_config_variable" into main am: 07a5ba9129 am: 42b72f3851 Original change: https://android-review.googlesource.com/c/platform/build/+/3368349 Change-Id: I326dfe301476b4c6181db4ad6e19588e358b8593 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.