commit | d5e61fb4b9f0800615a9b27017ce78235cb061af | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Mon Nov 28 23:40:17 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 28 23:40:17 2022 +0000 |
tree | 52bc86a23cba90c0d4f828f17bc4c50984aac8f5 | |
parent | 83633de1a58c4073d03ef68990d4efa59ac768e6 [diff] | |
parent | 27bd614c5a6ce987c477030159c530d2c980274b [diff] |
[automerger skipped] Merge "Add rkpd mainline module" am: dd026fce63 am: 52295677f3 am: 27bd614c5a -s ours am skip reason: Merged-In Iacd7164d9fae68a622ad45467c2e4af2f0111468 with SHA-1 49b88e4171 is already in history Original change: https://android-review.googlesource.com/c/platform/build/+/2307905 Change-Id: I59da5a3b4a3c179b20d03898012ececea26a3406 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.