commit | 6257eb21441d3d433dd87d93df7ce7b8bbc705bf | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Aug 22 17:47:44 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Aug 24 13:44:59 2023 -0700 |
tree | 7ac4e1a372bbfec69d5314cf25363089926205ef | |
parent | 07c4b5c0f2c06522bcedd35838b6c25518edd6f1 [diff] |
Add a 16K boot partition OTA target This OTA will be used to switch real devices to 16K kernel Test: th Bug: 293313353 Change-Id: I7a5866fd6f7f4ba6646af019386085ea2646c93f
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.