commit | 521b22cf6698f7177fc0dce402f2b12a80c87a37 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Aug 08 21:42:53 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Aug 09 11:24:11 2018 -0700 |
tree | 66eb05f05ee65a4f829f080fd4759c61ba67f5cc | |
parent | e1feef50251c6df596d712fce5ad9e7bd527c9be [diff] |
Add soong_droiddoc_prebuilt.mk Soong droiddoc modules were using soong_java_prebuilt.mk, but they don't need any of the java logic from it, and it includes base_rules.mk which was not included by droiddoc.mk. Add soong_droiddoc_prebuilt.mk that just installs the droiddoc outputs without including base_rules.mk. Fixes building docs modules in mm, mma, and m checkbuild. Bug: 112388925 Test: m docs Change-Id: I4f7262e2c3b1afbee44c1cc306330885b687a074
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.