commit | 54a8532cb4f907ee22c3a826080e4fec006944ab | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Tue Nov 23 16:14:57 2021 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sun Oct 20 18:14:48 2024 +0300 |
tree | 77a9bc6a8b2b4930c629de8c115958bbb887fc5b | |
parent | 01baae0ae24c4cbb2d389ca7e685bfedb01c7241 [diff] |
core: Allow overriding device/model/name/fingerprint properties Change-Id: I84c4ecb4d20fe6954551e4f07f739e04bfffd647
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.