commit | 4f4c9dbf0205bd4ad16b41db95dbd7320ee8b83a | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Thu Dec 01 22:02:45 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 01 22:02:45 2022 +0000 |
tree | c4f6ec864ce6d791e70413392d48df4209ca9611 | |
parent | 8910f3eb61741e0e28a5dddce5b74feacc620bb5 [diff] | |
parent | 922a22fb9ecee280266b3b5806de3c37375b4ac6 [diff] |
Merge "Add rkpd system service mainline module to build" am: 922a22fb9e Original change: https://android-review.googlesource.com/c/platform/build/+/2263923 Change-Id: I753cf53e4e8e723536d1737d4b35fa447c0d7e0e 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.