commit | 926da36dcc0b85f09d65ac50776aab5c51458b41 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Nov 15 11:45:55 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 15 11:45:55 2024 +0000 |
tree | 5c837409724ed3255fe6c5beba0386d8b3915cdd | |
parent | 578a915c3f78c8eeb9b5840a8a9c899c498433d0 [diff] | |
parent | b26cc0879a5293b5494247db2f1936795836d215 [diff] |
Merge "add_img_to_target_files: Don't build unnecessary vbmeta images" into main am: b26cc0879a Original change: https://android-review.googlesource.com/c/platform/build/+/3348185 Change-Id: Ib1c46ac84f729ebb0c0f35aa597ab3248574b7f4 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.