commit | ab1d0dc36e2eb3b1945bdd402f1d3a22212652b8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 06 07:43:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 06 07:43:22 2021 +0000 |
tree | 75ea3c41d2756bdf21f7a7fe87868fd2528c1a1f | |
parent | 93152fc87a3b5c2b47054c636d3827d81eeb1681 [diff] | |
parent | b3be181687fc0c0aeb2648cba618d34ac6efea04 [diff] |
Merge changes from topic "default-pvmfw-image" am: b3be181687 Original change: https://android-review.googlesource.com/c/platform/build/+/1832464 Change-Id: I92a002aa926d8d48637e35b26c41ef65026e8eed
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.