commit | 362f55af96d7a76fe2616c9420f062cab8743938 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 15 10:58:31 2021 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Nov 15 21:46:52 2021 +0000 |
tree | 71eeb6801072b5dbc5a6963394e779735209d1cf | |
parent | 866d824328440f48b7d5b03f2ef94997f9a0f2da [diff] |
Always default to 1.9 for host java modules in Android.mk files Host modules shouldn't use the logic for device modules to determine the java language version to use, always default to 1.9. Bug: 202761304 Test: m checkbuild Change-Id: I268dd34d887db4646e188858c7f2aedc30966856
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.