commit | e91ab2397f353c53edb2a3cb6ac2c2f1bbe5462c | [log] [tgz] |
---|---|---|
author | Oliver Nguyen <olivernguyen@google.com> | Tue Apr 30 15:14:44 2019 -0700 |
committer | Oliver Nguyen <olivernguyen@google.com> | Mon Jun 10 15:27:31 2019 -0700 |
tree | d1bccb784f4a8ba3d49908bfe032bcd9d16e0f3d | |
parent | 5f4f4256ebb17ffdea5ed6fad32f2bc6049a7b5a [diff] |
Package coverage files as a zip. Test: make NATIVE_COVERAGE=true COVERAGE_PATHS="*" Change-Id: I7ee9253ef47a502a9d29f7e15a4402cbb90e34ae
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.