commit | 1e3db01eb214047b16c5965341516b428f339a67 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Mon Nov 25 08:14:50 2024 +0000 |
committer | Nelson Li <nelsonli@google.com> | Tue Nov 26 06:02:59 2024 +0000 |
tree | 3240aeca6b95ac6c68bf18147f03caecdb8b1236 | |
parent | 9b1c8b3b7990eb635bf3ee443bad48ddeb027859 [diff] |
Add TARGET_USERIMAGES_USE_F2FS and BOARD_CACHEIMAGE_PARTITION_SIZE to soong_config_variable `TARGET_USERIMAGES_USE_F2FS` and `BOARD_CACHEIMAGE_PARTITION_SIZE` are used by `recovery_deps`. To convert `recovery_deps` to Android.bp, these variables need to be added to soong_config_variable for Soong to use. Bug: 339143524 Test: m -j recovery_deps Change-Id: I437a8287665c15a7c572b0d3177bef10633e13bf
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.