commit | 760de672c718ee2a26f78af7fd8f8bd1c229a288 | [log] [tgz] |
---|---|---|
author | Po Hu <po.hu@mediatek.com> | Wed Feb 23 07:28:11 2022 +0000 |
committer | Po Hu <po.hu@mediatek.com> | Wed Feb 23 07:29:24 2022 +0000 |
tree | f1c7c67d0d4e56459aef0e8ead1a59e987fa6ac0 | |
parent | 3f852994b489372f8ce22bfe011e21241f85a1dc [diff] |
Fix ota_from_target_files error in non-AB VF Add recovery-from-boot.p for device with BOARD_USES_FULL_RECOVERY_IMAGE disabled Bug: 219871887 Change-Id: Id4bafaa44afe28f57e0a35846012073307965940 Test: Used to merge non-AB VF device
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.