commit | b837b7170b9711df77886f417cc36c6526253e54 | [log] [tgz] |
---|---|---|
author | Iavor-Valentin Iftime <valiiftime@google.com> | Thu Jan 27 16:29:37 2022 +0000 |
committer | Robin Lee <rgl@google.com> | Thu Jan 27 18:35:43 2022 +0000 |
tree | c8e723fc68d97b383a483be7c1cb3a2b8d5870f1 | |
parent | ee5ceff61e4a7fdcbfdb1c9739b31e8d5a07155c [diff] |
Skip generating care_map for non-AB updates Bug: 186097910 Test: build a non-AB update merged target using Forrest, No errors reported and no META/care_map.pb is generated. Change-Id: I74990b0aa7f46d4c4d40098a4b102f7e04166c39
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.