commit | cf9d50302a67499eb003b14f4f818ccbe4fd775d | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Wed Jan 10 11:40:14 2018 -0800 |
committer | Nan Zhang <nanzhang@google.com> | Thu Feb 15 16:10:21 2018 -0800 |
tree | 63f54cbd7f595183a9bec3abff711b1c68165d64 | |
parent | 4babe39d0f3a17d9cf32c122182ce14ff3a34fb5 [diff] |
Export Make config vars to Soong to support Droiddoc export Android.mk config vars to Soong, and export stubs.jar to Make after compiling Droiddoc from Soong. Bug: b/70351683 Test: Convert libcore docs Android.mk to Soong manually. Change-Id: I749b4b3e1e50abce8a757130987c18d7135a3859
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.