commit | 56ab2e9153df93324ad8cc13451ca3131d1138cf | [log] [tgz] |
---|---|---|
author | Alexander Martinz <amartinz@shiftphones.com> | Wed Dec 21 21:10:51 2022 +0100 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Thu Jun 27 10:37:03 2024 +0200 |
tree | 954bd394e844d6a41f932568d49bc2bc1838f682 | |
parent | 26afa6d38a151c8a4acce0e28564d47f7713849d [diff] |
(SHIFT) Revert "Add roomservice" This reverts commit ae5320c66479548bed982e1d4391bad4e46f710c. Change-Id: Ic61a590613e53585689026cdc76a8f25110a446a 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.