commit | b3f0337ae62af7b2ce66acaabdf5d8d874d16bb4 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Jul 02 03:30:05 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 02 03:30:05 2024 +0000 |
tree | 21bee0c4921a8a9805c364ac4458d0e334be7802 | |
parent | 48a8f596075a7a6b805c52db036e961f9b23785f [diff] |
Revert "Remove non existent snapuserd.recovery package" This reverts commit 48a8f596075a7a6b805c52db036e961f9b23785f. Reason for revert: b/349287459 Change-Id: I5835cc025b37efca4d6294abf4aefd7148ddfd65
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.