commit | bdb1b4c79afea29d8708afeb09771eaaa6753350 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Tue Jun 09 12:39:36 2020 +0100 |
committer | Oliver Nguyen <olivernguyen@google.com> | Mon Jun 29 17:54:08 2020 -0700 |
tree | 4b0e81a203a0a7b232b176a9f1efc1d05f90e0ce | |
parent | 30d5c93f4738d86a21393bb2195fab146e1d074a [diff] |
Rename native code coverage paths product variables in Make. Rename `CoveragePath` and `CoverageExcludePaths` as `NativeCoveragePath` and `NativeCoverageExcludePaths` (resp.). Also, populate `NativeCoveragePath` and `NativeCoverageExcludePaths` from environment variables `NATIVE_COVERAGE_PATHS` and `NATIVE_COVERAGE_EXCLUDE_PATHS` (resp.). Test: m nothing Bug: 158212027 Merged-In: I409dbb04b09744a7bd95a4b69361e858b9f89e23 Change-Id: I409dbb04b09744a7bd95a4b69361e858b9f89e23 (cherry picked from commit bad8b386e6dcf0302e1ebe855017390038bee11d)
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.