commit | 7dc5f5812bfe17e7ea955a8756a273d2c600c3a2 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Nov 25 02:00:25 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 25 02:00:25 2021 +0000 |
tree | 710c2ff3259837254822c1d3aa81dfd8f4b5d5a9 | |
parent | 6de0099ec27299fada21687832903fe7d89ce56b [diff] | |
parent | d3522e842eb289c5a123adca23a5daebf1508185 [diff] |
Merge "Change type of TARGET_BUILD_APPS from bool to list" am: 7d9103b390 am: 638472caa8 am: d3522e842e Original change: https://android-review.googlesource.com/c/platform/build/+/1900878 Change-Id: I8a543d29937059c5d95eb35542b929417d7aa3cb
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.