commit | bececf9e92457869a644866dabdc3acf7404d2a7 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed Jun 10 11:37:33 2020 +0100 |
committer | Roland Levillain <rpl@google.com> | Tue Jun 16 11:27:34 2020 +0100 |
tree | 837f54f15275d1c1cd5ebc0514ce99f11983a50b | |
parent | d160a49df3bc4eadaddb7f36c1d0556ce3c710ff [diff] |
Warn about the use of `COVERAGE_PATHS` and `COVERAGE_EXCLUDE_PATHS`. The use of environment variables `COVERAGE_PATHS` and `COVERAGE_EXCLUDE_PATHS` has been deprecated since they have been replaced by `NATIVE_COVERAGE_PATHS` and `NATIVE_COVERAGE_EXCLUDE_PATHS` (resp.). Test: m nothing Bug: 158212027 Change-Id: I1c48dc4da15c630201168cce34edb920960c93d4
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.