commit | d3522e842eb289c5a123adca23a5daebf1508185 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Nov 25 01:42:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 25 01:42:52 2021 +0000 |
tree | 4b135358b2fe77648af1ba9a30019e6e301c6455 | |
parent | ce3b3de2817f40b10a5820f4b03f47eb8e0d2f4e [diff] | |
parent | 638472caa8e4b476acca3727ab97da5143b51588 [diff] |
Merge "Change type of TARGET_BUILD_APPS from bool to list" am: 7d9103b390 am: 638472caa8 Original change: https://android-review.googlesource.com/c/platform/build/+/1900878 Change-Id: Ic9ca6e05baa054cf124a7f95628b22d69436f513
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.