commit | 6697f1f78dce6f442c915e66c0a5995fb943bcf7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 25 15:44:01 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 25 15:44:01 2022 +0000 |
tree | 808ea8a746fe3efc8e8b5816a178ed920c3c9cb0 | |
parent | 2c197d6fe3229d1eb40f4040061c05b62bdfa2a0 [diff] | |
parent | e2a672954abbfa00721dccfef9bc2d5822adcdf5 [diff] |
Merge "Export all jdk.compiler packages for host tests" am: f9ff341481 am: e2a672954a Original change: https://android-review.googlesource.com/c/platform/build/+/2317256 Change-Id: I14617a59892b2a13a7dbb394a23f83522080993b 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.