| commit | 5e9751c0ef992839773628dac16f849c2ad2cd73 | [log] [tgz] |
|---|---|---|
| author | Jihoon Kang <jihoonkang@google.com> | Thu Sep 04 23:16:11 2025 +0000 |
| committer | Jihoon Kang <jihoonkang@google.com> | Fri Sep 05 00:10:06 2025 +0000 |
| tree | 9f6e3fc6563e84ba399fe948fc09c1293df90345 | |
| parent | 3f3e33cf31d1ca627f4e593b20979c4160bf29ff [diff] |
Move dedup logic of BOARD_KERNEL_MODULES_16K to config.mk ... so that the deduping is only done once and the identical value is used in both Make and Soong. Test: build/soong/scripts/soong_only_diff_test.py aosp_cf_arm64_phone_pgagnostic Bug: 442911131 Change-Id: I37f4d0f508adebbdb36ce36ad817ad83fcede47f
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.