commit | 62d99126773264ef6932034b46aa9b9d2772a959 | [log] [tgz] |
---|---|---|
author | Lais Andrade <lsandrade@google.com> | Wed Jul 08 13:18:15 2020 +0000 |
committer | Orion Hodson <oth@google.com> | Wed Jul 08 13:58:23 2020 +0000 |
tree | 914271ae45f96dc5a6d2c3c22d437ca222b31ad9 | |
parent | ace5860719e5aac0ce59ad6f346b62db7c648647 [diff] |
Revert "Turn uses of `COVERAGE_PATHS` and `COVERAGE_EXCLUDE_PATHS` into errors." This reverts commit ace5860719e5aac0ce59ad6f346b62db7c648647. Reason for revert: Droidcop-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_rvc-dev-plus-aosp&target=build_test3&lkgb=6662220&lkbb=6662382&fkbb=6662228 Bug: 158212027 Bug: 160769227 Test: N/A revert Change-Id: I0d366adcc735e9cc417d28013afb0386dea1fa64
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.