commit | f645d4b1cbb266b73c00866bfde58feb6d3cda0c | [log] [tgz] |
---|---|---|
author | Juan Yescas <jyescas@google.com> | Tue Jul 02 18:03:54 2024 -0700 |
committer | Juan Yescas <jyescas@google.com> | Wed Jul 03 03:00:19 2024 +0000 |
tree | 7e80d73901637f237796d8e26da2ecee5f432d34 | |
parent | f3fa5d5bbc28cf010c3941c140fcea75f2ad9776 [diff] |
16kb: Remove PRODUCT_BOOTS_16K build variable The PRODUCT_BOOTS_16K is removed and will be replaced by TARGET_BOOTS_16K variable. The TARGET_BOOTS_16K will drive the kernel and modules to use instead. Bug: 350529323 Bug: 346868433 Test: Built and boot pgagnostic targets Flag: EXEMPT bugfix Change-Id: If539f8a9f8c87650b8f618f302eee2c284d8ec79
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.