commit | 1588c0ee575c1ecce8d22a45ff6e147ce0828fe3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jun 20 16:11:19 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jun 21 12:22:37 2018 -0700 |
tree | 606730d9ed12da960ece3a601c94e9fa35eaa973 | |
parent | e46727a2baa7a62a533efc35dfd02e8b5bf9bf75 [diff] |
Always use OpenJDK9 for building Remove support for compiling with javac from OpenJDK8. We still target 1.8 by default, and OpenJDK8 prebuilts are still required for the bootclasspath and running robolectric. Bug: 38418220 Test: m java Change-Id: I6f178f73b42331494fadcc25a62a5475656b873e
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.