commit | cd6de1bc7f76aa059490f7d6b23e0d02e9a8bb8b | [log] [tgz] |
---|---|---|
author | Ben Fennema <fennema@google.com> | Thu Apr 25 08:17:09 2024 -0700 |
committer | Ben Fennema <fennema@google.com> | Thu Apr 25 17:11:13 2024 +0000 |
tree | af9459036e1323c9d9c9473507a8dbd43eaee74a | |
parent | 966e558e9f1b92014517822a91f9a7503c956c7c [diff] |
Allow boot_variable_file to be read from input_target_files If boot_variable_file is not found locally, look for it inside input_target_files. Bug: 335732867 Test: generate OTA with file in target-files.zip and verify metadata Change-Id: I2e61f50850e82a3795f2e0e1aefcaf2329a8cfb1
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.