commit | b8982fc5383525ae9c46755915450d29b5b9149a | [log] [tgz] |
---|---|---|
author | Håkan Kvist <hakan.kvist@sony.com> | Thu Jun 08 15:11:57 2023 +0200 |
committer | Håkan Kvist <hakan.kvist@sony.com> | Thu Jun 08 15:17:57 2023 +0200 |
tree | 4e8af08220e2e39ec5d1925f1cab4e09f3ff5fd5 | |
parent | fe22cc38daeeae31db488476dedaa80b2899cda6 [diff] |
fixup! Allow ota_from_target_file to work entirely on directories The following log message would always be shown: WARNING : Cannot find care map file in target_file package Break out of the care map copying loop as soon a file has been copied. This ensures that else statement is only executed if no care map file exists. Test: Manual. Run ota_from_target_files with target-zip with and without care map files. Change-Id: Ia196aa182ed81f21424317a7005f5634866b4b99
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.