commit | a4fc423ebf4e5753ff8a30f676ae4e09fa4b70df | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Tue Dec 05 01:48:33 2017 +0000 |
committer | Tobias Thierer <tobiast@google.com> | Tue Dec 05 02:10:02 2017 +0000 |
tree | 02adcedf4fadf41c58e5db00a311c11c3bfda2b3 | |
parent | 5f36a62622840e121a5276acbdfa8d548744d4e5 [diff] |
Revert "Default to building with OpenJDK 9 -target 1.8." After this revert CL topic, the default toolchain for Android goes back to being OpenJDK 8. This revert is being prepared ahead of time in case of any problems with original change topic, https://r.android.com/#/q/topic:bug_69449021 Bug: 69449021 Test: Treehugger This reverts commit 3337fbfa6114379f13a35ad3d6bf9cb5a5b8689b Change-Id: Ibc050ad9a87dceb336e7cd961015e70a639e43db
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.