commit | 04913f819d64ac2251a6f0b5525518ba5dff4838 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jan 26 22:21:11 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 26 22:21:11 2022 +0000 |
tree | e563fea07a435adc316d74f2a00c934d3059016c | |
parent | f3a78d57553770f4d196a6b3a0a1301153a6a1af [diff] | |
parent | 419277c2d23b4caace969e4b3694007a68b0cfec [diff] |
Merge "Set JDK 11 for robolectric test configuration" am: ee5ceff61e am: 419277c2d2 Original change: https://android-review.googlesource.com/c/platform/build/+/1961320 Change-Id: Ie29285330040cc32eee46afdd012fe7a01d1dbaa
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.