commit | ad3c30528d190d713360a35b48c6a03f221e0a5c | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Oct 09 12:57:53 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Oct 12 10:31:44 2023 -0700 |
tree | 6918110dd941ceaa49ce9e9e43d75785b9b4f83d | |
parent | fe455d1c0c193622013518c02f6c1ff427538bfe [diff] |
Skip stripping 16K GKI kernel modules GKI kernel modules are required to be signed, but curretnly we strip all 16K kernel modules. Use SYSTEM_DLKM_MODULE_PATTERNS to determine which modules are GKI, and skip stripping for these kernel modules. Test: boot using 16K boot image Bug: 303725887 Change-Id: I4cd71b39ceb75650d03744220ec4ddf4aeeda871
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.