commit | 9866f93b45ede4c3f4579db5f6a8c5f77768ee1c | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Apr 07 23:51:18 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 07 23:51:18 2022 +0000 |
tree | cf779f1e2cf3f0cb4d3d13f84addaf63420abd05 | |
parent | ecc1a4b3e86b82984a8de7c15e89e193f33a6213 [diff] | |
parent | 459742135b3803c20199e2900608adfaf1551398 [diff] |
Merge "Add mksort implementation" am: 475b885ad3 am: 2af278f1a1 am: 459742135b Original change: https://android-review.googlesource.com/c/platform/build/+/2056828 Change-Id: I8568ea5029bc007a297195c018f6078597e35e12 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.