commit | 4979af18b947340861eb2103d98357574f85b8a8 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Mar 24 16:26:48 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 24 16:26:48 2023 +0000 |
tree | 2d967c1afd5561b3fc51377a588efbc72ca02843 | |
parent | d0aa18ed07774ff9ba3b09f41f70aee41b6c2b82 [diff] | |
parent | 2feb102e4de71f678777d315c1c7c4eb382c7fb5 [diff] |
Merge "Don't read test mapping list in Make" am: 2feb102e4d Original change: https://android-review.googlesource.com/c/platform/build/+/2506833 Change-Id: I17d985e486d475539dcb24d01594e47a48d0621f 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.