commit | 45e31d6c1d7bf0af2bc67bdf6ec6741802f778d1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jun 23 03:57:18 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 23 03:57:18 2020 +0000 |
tree | 6bd6891b6ca67d842cc27e779fd7709357593446 | |
parent | ee4c015e034358b6033d97451a6ba4e202274ace [diff] | |
parent | 94fc2475d38f270a6640d108a5a166c94ec3b534 [diff] |
Merge "Rename Native_coverage to GcovCoverage in Soong" am: 5c0acab3e2 am: c018eacb4e am: 94fc2475d3 Original change: https://android-review.googlesource.com/c/platform/build/+/1340937 Change-Id: Idf6cf39c4a374c88bf94b9985477c6b501bd9ac9
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.