commit | 75a698b39403128d6b383a1ad9db51e93c92425d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 14 13:19:46 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Dec 15 13:41:24 2017 -0800 |
tree | 72206073d098581daabad771bd027a875bff1dc4 | |
parent | aec47c67cd4df14dceeef00103363489bfb27863 [diff] |
Export app implementation and header jars Also fix a missing dependency on the jacoco-report-classes.jar Test: m checkbuild Change-Id: I67e924051e1029a409b82f2220811a27d5401db9
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.