commit | 246a5c069a217d830a64e89e1a36f2ae7501f2af | [log] [tgz] |
---|---|---|
author | Iavor-Valentin Iftime <valiiftime@google.com> | Tue Mar 22 13:51:07 2022 +0000 |
committer | Iavor-Valentin Iftime <valiiftime@google.com> | Tue Mar 22 13:51:10 2022 +0000 |
tree | 6f72e70e4c5b203eb043d030cf49703546e851d0 | |
parent | 8842016b30213fe495216ad7fec1d790b455df39 [diff] |
Rebuild and copy recovery patch files when using vendor_otatools Rebuild recovery and copy recovery patch/install files when building vendor images using vendor otatools. Fixes ota_from_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 Change-Id: I4a415417e0d7b1bcd548292ec8f3a12570ec65f0
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.