commit | 67ee73c51e91b2fe9835967dcfbaf218514c4051 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Fri Aug 10 12:13:50 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 10 12:13:50 2018 -0700 |
tree | 23596d73753ab7b5c805065f7a85518b13d811d5 | |
parent | b7501daf0a7a9dc9640c059c3435db74a25df4bc [diff] | |
parent | 3f3505ca5f9f30a56a5cc0c02a9d110c29dd724e [diff] |
Merge "Revert "Pass public API list to class2greylist tool."" am: 3f3505ca5f Change-Id: I0d92a1748c4c51f0c8a19b543284ac9c49795ed5
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.