commit | 43518885487fdd5fba18a893f8f0d0888ffc9cc6 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Jun 10 23:53:01 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 10 23:53:01 2022 +0000 |
tree | 0e821bd3ef2197f7d58115426d192be2a8f1e6a9 | |
parent | d5ded6089ce78a4517b9fc65179891bd7606ef9f [diff] | |
parent | 52a972709d4f2525255f611cf8b24e7cd0fa1e30 [diff] |
Merge changes Ibd737c0d,Ibf5a9869 into tm-dev am: 52a972709d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18821068 Change-Id: I8b92a4c0baf40570452cff3c310ccf1a8c36c8c4 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.