commit | 27bd614c5a6ce987c477030159c530d2c980274b | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Mon Nov 28 23:04:44 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 28 23:04:44 2022 +0000 |
tree | 39e5b8ef95794969164ef27af2b4e63ebf19e423 | |
parent | 6697f1f78dce6f442c915e66c0a5995fb943bcf7 [diff] | |
parent | 52295677f3ab97dc3a82fe87ef76529baabacb2b [diff] |
Merge "Add rkpd mainline module" am: dd026fce63 am: 52295677f3 Original change: https://android-review.googlesource.com/c/platform/build/+/2307905 Change-Id: I6b9f2e954c06a646bc227c91e1bf616a5878ed34 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.