commit | 889773f7abea722debe31413c102966e3e1bc893 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Feb 14 21:16:15 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Feb 14 21:16:15 2018 +0900 |
tree | 9467e962d277c5222b129e5af5dabeb3f7a6ed22 | |
parent | 895a8172eec927ecfa7657c3021dbb7ad3f68d58 [diff] |
BUILD_DROIDDOC supports LOCAL_NO_STANDARD_LIBRARIES When LOCAL_NO_STANDARD_LIBRARIES is set to true, droiddoc only omits framework libraries from the required libs. This enables us to use droiddoc even when frameworks/base is absent (i.e. master-art branch). Test: m -j core.current.stubs Test: build in master-art branch Change-Id: Ia9f0b8bda84b006881b3e62e6573a7784ca56a8c
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.