commit | 906da1b5df66d237e8629ea36cd241ed868ec0b0 | [log] [tgz] |
---|---|---|
author | Allen Hair <allenhair@google.com> | Wed Jun 20 11:39:16 2018 -0700 |
committer | Allen Hair <allenhair@google.com> | Wed Jun 20 14:59:57 2018 -0700 |
tree | 8d9f921f5635a24c9b287cdcd6a96fb356300d28 | |
parent | 0816dc15ccd0b4ed7114f11ffa7b07d67759f292 [diff] |
Distribute XML formatted API files as part of the coverage build. Bug: 110485176 Test: m -j32 droid dist EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true SKIP_BOOT_JARS_CHECK=true tests Change-Id: I151afde05de832cab06421ffe0829f07e60aceb8
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.