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