commit | 8ef7fd9c7bd96c1783b480687186f002ddcb94dc | [log] [tgz] |
---|---|---|
author | Matt Casey <mrcasey@google.com> | Thu Aug 04 17:32:54 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 04 17:32:54 2022 +0000 |
tree | b9f6d459135414f291ca3ccf3ed3215a69c7a29c | |
parent | b586325a8a33aa5763d40d8bc4a7b9cd13801401 [diff] | |
parent | 7b088543895c8f343f37ba0690bfeea4a83b0f9e [diff] |
Merge "Revert "Remove IntentResolver from build"" into tm-qpr-dev am: 3431ff8bf3 am: 7b08854389 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19488779 Change-Id: If63fef8495c24f06ebe83f1c4b76377d1501e94c 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.