commit | 83633de1a58c4073d03ef68990d4efa59ac768e6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 25 16:16:34 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 25 16:16:34 2022 +0000 |
tree | 52bc86a23cba90c0d4f828f17bc4c50984aac8f5 | |
parent | f227a0044d7432dd30703a851dcac090fea411b7 [diff] | |
parent | 6697f1f78dce6f442c915e66c0a5995fb943bcf7 [diff] |
Merge "Export all jdk.compiler packages for host tests" am: f9ff341481 am: e2a672954a am: 6697f1f78d Original change: https://android-review.googlesource.com/c/platform/build/+/2317256 Change-Id: I25e34813258ab055a3187bd3116756ac6f550989 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.