commit | 6e4f62b529318789a91c7a011d2b500cfaa951e7 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Mar 03 22:50:27 2025 +0000 |
committer | Spandan Das <spandandas@google.com> | Mon Mar 03 22:53:23 2025 +0000 |
tree | a569796f18cf22c7f252ff9da1a8c217e57a615f | |
parent | 14127a051bcad04bc01129a4321de84f3f32e6a6 [diff] |
Remove BOARD_KERNEL_CONFIG_FILE pacakging logic This board config value is not used by any products in the tree (determined using codesearch). To simplify soong migration, remove this unused variable from make packaging. Test: presubmits Bug: 399788685 Change-Id: Iba95e4572b8fbdc0885675c4b9d7cbdea8da49eb
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.