commit | 053157150c38b87830cca962745999bffa1caa31 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed Jul 08 14:28:51 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 08 14:28:51 2020 +0000 |
tree | 7b9790875563332432488e6282f1b2c3fc72bf9c | |
parent | 0186ba0e252fed97a5ab03bfc8671b5ded1042f6 [diff] | |
parent | cc990adddc7cef01441a7d32d10663e3264e6b10 [diff] |
Merge "Revert "Turn uses of `COVERAGE_PATHS` and `COVERAGE_EXCLUDE_PATHS` into errors."" am: be88cd9140 am: cc990adddc Original change: https://android-review.googlesource.com/c/platform/build/+/1358402 Change-Id: I531c6a60d9b33c61d493e83a5f30201ba5bde292
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.