commit | 40adb17a1cc0a7a69da7db033151d6ba1734ba8e | [log] [tgz] |
---|---|---|
author | Iavor-Valentin Iftime <valiiftime@google.com> | Tue Apr 19 18:17:56 2022 +0000 |
committer | Iavor-Valentin Iftime <valiiftime@google.com> | Tue Apr 19 18:35:36 2022 +0000 |
tree | 6e3721df9f8ceaa6f70b3fb5ee780f4b7544bd25 | |
parent | 95654c51132b191a6a106aded122c10b7267e1a7 [diff] |
Rebuild and copy recovery and boot img when using vendor_otatools Rebuild recovery and boot images with vbmeta footers and copy together with recovery patch/install files when building vendor images using vendor otatools. Fixes validate_target_files failure. Bug: 220126689 Bug: 186097910 Test: sign_target_files_apks \ --vendor_otatools=otatools_vendor_dir \ --vendor_partitions=vendor,odm \ merged-target_files.zip \ signed-target_files.zip Test: validate_target_files signed-target_files.zip Change-Id: Id45c67405bc37b769757db1701507f82cc6068d3
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.