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