commit | 1f8c5724c0b76a04a0dbb4329a231ec344e210cd | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Fri Dec 15 19:32:29 2017 +0000 |
committer | Tobias Thierer <tobiast@google.com> | Thu Dec 21 20:02:46 2017 +0000 |
tree | ae4168e102edd48cf00ef0277fc2e02972ba5d59 | |
parent | 265432776459daca05877630663f3e89a11fc8a2 [diff] |
Revert "Build with OpenJDK 9 -target 1.8 by default (attempt 3)." 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. Bug: 69449021 Test: Treehugger Change-Id: Ifcefbc1e1357dbe255686e2aeb7a71112d799219
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.