commit | 103d6e885669eb70e7b0bf166dc55c7fddb6dd1e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 18 16:04:06 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Jan 18 16:08:14 2019 -0800 |
tree | c5b77c8cbd0c79b6722f80b62d89bd6d4d31a166 | |
parent | 7cda7650da0088192531e6c5fafd524365ce3774 [diff] |
Build docs zips with make docs The docs zips were being built for make docs dist but not for make docs. Add them to ALL_DOCS and to the $(LOCAL_MODULE) phony rule. Bug: 123068677 Test: m docs Test: m ds-docs Change-Id: I32634c05e392f7a5483c81d59de35ca9bc4d4ad0
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.