commit | ecb7b851e3394b79e5d1d1eb5e7ef55687a2a719 | [log] [tgz] |
---|---|---|
author | Prashantsinh Parmar <prashantsinh.parmar@fairphone.com> | Thu May 08 12:49:57 2025 +0530 |
committer | Prashantsinh Parmar <prashantsinh.parmar@fairphone.com> | Thu May 08 12:49:57 2025 +0530 |
tree | 08972580201cd37a7589e1728177b4082e509b4d | |
parent | 3eced0cfa0bf0b1744285812d90b9d29b9d98374 [diff] |
Update to SPL 2025-05-05 Issue: FP3-A13#367 Change-Id: I8f7146e3da417feeed424c4e3ed86cf8d7f8cbfa
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.