commit | 3820b66a9203d987d4487087684264976b12fc6f | [log] [tgz] |
---|---|---|
author | Alexander Martinz <amartinz@shiftphones.com> | Mon Aug 19 08:47:34 2024 +0200 |
committer | Alexander Martinz <alex@amartinz.at> | Mon Nov 18 08:34:11 2024 +0100 |
tree | cf6615df706e4d8e11a27024a704c20fd4f78f86 | |
parent | c42df9b41d1df7389d28d20de9650bc28e7e1e2d [diff] |
Revert "build: Enable super image build rules depending on single super block device" This reverts commit f3922402cb30cf4d419acad3e21cdf7d8edda961. Change-Id: I9a49e833127f2d3d581ae0c023321dda1c2aff54 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.