commit | c8edf8af335dec3e585ff6937c3b8e91ca10572c | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Fri Apr 19 02:46:47 2024 +0530 |
committer | Chirayu Desai <chirayudesai1@gmail.com> | Fri Apr 19 02:49:17 2024 +0530 |
tree | e6e0cf046dfec23ff8f62a353246ab99e4b07a76 | |
parent | b24b46d43fa27a4236c46a49b17344a2f2b0f0ef [diff] |
fixup! Support generating partial OTAs from extracted target_files Test: Sign crosshatch Change-Id: I6728da3a3a50ee24a35581af7e6ead3e13c5ff1d
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.