commit | 3e8a856df05930388158e044692a812eaaf03c1d | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Mar 29 16:55:32 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 29 16:55:32 2023 +0000 |
tree | ffe9047ae6405ae91932489cd59da89a8b0aef15 | |
parent | 0a796f6fae3d9782f5f2dd8a5669dd32f7ef2d19 [diff] | |
parent | 5dbbfc498183276840190060c379ec490cccfdc5 [diff] |
Merge "Remove unused make variable BUILDING_PVMFW_IMAGE" am: cf016b9621 am: 5dbbfc4981 Original change: https://android-review.googlesource.com/c/platform/build/+/2510315 Change-Id: I0da8ef640c143a06b87f52aafb9faf560523f230 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.