commit | 64c2ddb61916939f53e39423d8484e77454f24b9 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Jan 07 12:44:31 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Fri Jan 07 13:50:54 2022 -0800 |
tree | f4fd5852dc477ce2e7c8496197bd3e7173bf7246 | |
parent | 802c86f831255ffb2e4e6b88855b6354607df083 [diff] |
Add TARGET_RECOVERY_FSTAB_GENRULE This variable can be set instead of TARGET_RECOVERY_FSTAB in order to specify a generated fstab file. Bug: 201700692 Test: Presubmits Change-Id: If0fae81ec53915e9ed4bab2e8b1a9f8376894537
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.