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