commit | 97b22ce9a83799ef222fc6412c4898312566af55 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jan 16 15:01:23 2018 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Tue Jan 16 15:02:28 2018 +0000 |
tree | c78cc8ba0ee8ca7bc7ff3d47c639533eba8ccb94 | |
parent | a7229a08b7c5d481cb813d810f1d88c3de3cdc8b [diff] |
Add new API file names Doclava now generates new API signature files. Add their filenames to config.mk. Bug: 64382372 Test: make Change-Id: I6aed1b2e0575ddb8c89cea5fa7709023eb6f30a3
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.