commit | 02a69dade05815c213751d9de73aeee263596def | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed Jun 24 10:57:31 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 24 10:57:31 2020 +0000 |
tree | 7a39838d3b1b33803966aedd9fed671ab8730a0a | |
parent | 237778440cf81561db13ee70a7c435dc7dc36e26 [diff] | |
parent | 053e972a22a306758c8819de4cbd826edc0d891d [diff] |
Merge "Warn about the use of `COVERAGE_PATHS` and `COVERAGE_EXCLUDE_PATHS`." am: 4a203a6326 am: 053e972a22 Original change: https://android-review.googlesource.com/c/platform/build/+/1328973 Change-Id: Ia66d95b0f81d6f8cb75d2dbc9dc36a5806dea5e1
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.