| commit | 5e67f9bb616fcf19fd22f89167dc4224dc4fa4aa | [log] [tgz] |
|---|---|---|
| author | cactusnoh <cactusnoh@gmail.com> | Sat Jun 29 18:16:54 2024 +0900 |
| committer | cactusnoh <cactusnoh@gmail.com> | Mon Jul 08 21:22:44 2024 +0000 |
| tree | 62d397d2439d3c699f2935339e281845f9d0c60c | |
| parent | b2402bc4adce873473e58ca9b25cec30d8800768 [diff] |
Fix: Move COMPRESSION_COMMAND_DEPS before first use This is a fixed version of commit a8f0bb8df822711ce7ecae12e902e2f72131ef66 which was reverted recently by commit 88d65e514c062c2a50212a79e623744bae39b7b7. To be concise, the code that was moved need to be outside of block "ifneq ($(BOARD_KERNEL_MODULES_16K),)" in order for non 16K builds to have no errors. Bug: 349524000 Change-Id: I6264c984837b8aa479c353abee1526bab2dd83ec Signed-off-by: cactusnoh <cactusnoh@gmail.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.