commit | 21ef2c600b6c49b9df09a1c3666018f676c2b15a | [log] [tgz] |
---|---|---|
author | Himanshu Jakhmola <quic_hjakhmol@quicinc.com> | Wed Jul 12 08:11:12 2023 +0530 |
committer | Himanshu Jakhmola <quic_hjakhmol@quicinc.com> | Tue Aug 22 04:08:01 2023 +0000 |
tree | fd52d68a8c17dc894617094bf30295a3535996ce | |
parent | 6f09d105ef395e4573ecccee7311f1c43a078503 [diff] |
Avoid calling MergeUpdateEngineConfig for non-ab target super image generation is failing for non-ab target as it is not able to find update_engine_config.txt while calling MergeUpdateEngineConfig. META/update_engine_config.txt exists when AB_OTA_UPDATER is true. Avoid calling MergeUpdateEngineConfig for non-ab target. Bug: 290811619 Change-Id: Ie88b31adce15df87f73031e1f5bff0d825601e0c
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.