commit | ecfe0ef1faba4d682fc34cd3cf008bd6cf684208 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Feb 19 18:42:01 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 19 18:42:01 2024 +0000 |
tree | 0d2dfe749f49ecf4aab5159f2482aad08a688513 | |
parent | 167f111b40d4775f65c2a1ea6a4628fdb92aeb72 [diff] | |
parent | 839d2b4665eea5c0168999bc229c88ffc2d188d4 [diff] |
Merge "Remove unused PRODUCT_AVF_KERNEL_MODULES_ENABLED" into main am: 68e2e5375c am: 839d2b4665 Original change: https://android-review.googlesource.com/c/platform/build/+/2962203 Change-Id: If067820feb4b68c02a26fea841fd4239df7d9d44 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.