commit | f252972462780a29c6b7a88aaea790274c96ac8b | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Mar 18 11:34:03 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Fri Mar 18 11:34:03 2022 -0700 |
tree | 0c0a5e20c0fdbcc56a180293dba1f3a540f817bc | |
parent | ed21d0f56a511006b5532949739d1bd705e98ed0 [diff] |
Add COVERAGE_ZIP to system notice deps. Fixes http://b/225282564 Test: lunch gki_arm64-user; make dist Bug: 225282564 Change-Id: Iba0ea3ee53d3abbce9afff9a005e887ea64f63d1
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.