commit | df41afd42a0b365fe474ccb54a7fdf38ac838943 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Nov 20 01:20:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 20 01:20:28 2020 +0000 |
tree | c78b3f995a43a5b5e702df50e796eeb481939616 | |
parent | d6b56ebb57cd71716b211620a9a4adf0bd0174cc [diff] | |
parent | 0137f2d9407c634a270247eca2074f6cee678ba4 [diff] |
Merge "Add a template for java host unit tests" am: 0137f2d940 Original change: https://android-review.googlesource.com/c/platform/build/+/1505112 Change-Id: I14c33ff657d384cd36a3649f0f395579b1207b93
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.