commit | 0ddd61a73fb87c9e133a8d274847c7d2066ab68f | [log] [tgz] |
---|---|---|
author | Sid Nayyar <sidnayyar@google.com> | Fri Jul 19 14:26:16 2024 +0000 |
committer | Sid Nayyar <sidnayyar@google.com> | Sun Jul 21 09:17:57 2024 +0000 |
tree | ecb83e7aee75f3c753432e1a39a55e8f7cb4720d | |
parent | 60f44e93a832b4b91832d7260305d9d3c95d9719 [diff] |
Add kernel lifetimes and approved OGKI builds configs to GSI These kernel configs are required for end-of-life enforcement and OGKI compliance verification VTS tests. Bug: 338636324 Bug: 342094847 Test: manually built and flashed on device, device had config files Change-Id: Ia1f94ba19bab1f2e3b129827ad5634023290dbc5
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.