commit | 61efb0ae4bdf7894450ac83cd302dd5073fed619 | [log] [tgz] |
---|---|---|
author | Alexander Martinz <amartinz@shiftphones.com> | Thu Nov 28 21:20:59 2019 +0100 |
committer | Alexander Martinz <alex@amartinz.at> | Mon Nov 18 08:34:11 2024 +0100 |
tree | 1d721a03f42080e1f11a27131c044a0334af3033 | |
parent | 729d518333e3fb5157baab8959b4375decd075cf [diff] |
(SHIFT) build: include SHIFT versioning Change-Id: I10af07e7b138958de2e95d197c34949c7584bc47 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
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.