commit | da95ebccf45697df81245627e81f3a931f8d635c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 21 15:41:35 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 21 15:41:35 2018 -0700 |
tree | 2cca9ada544efa1cb2c8e8940f0fe9e6e77d4b0e | |
parent | fd5607604dfc12d78fddb316b49dc0404ccf9fcb [diff] | |
parent | 787908b657bce1cfdc50fb418945073d760d19a8 [diff] |
Merge "Always use OpenJDK9 for building" am: 12eafb61b0 am: c0071808da am: 787908b657 Change-Id: I3268b688a5c1d394fb91a7e32cd87d88929024f0
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.