commit | 48a8f596075a7a6b805c52db036e961f9b23785f | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@gmail.com> | Sun Apr 07 18:06:40 2024 +0300 |
committer | Michael Bestas <mkbestas@gmail.com> | Sun Apr 07 18:06:40 2024 +0300 |
tree | 5d07b5a4b7a4516aff713202178054a02aae2fb1 | |
parent | 667f4ac52839c5968ed6808e4fd51e8691613884 [diff] |
Remove non existent snapuserd.recovery package The recovery target has been removed in change I0786e4750feeaa48ba89f6e15f8038d4b44a04c8 Test: m, observe "includes non-existent modules in PRODUCT_PACKAGES" error is no longer present. Change-Id: I7fa2c53c79d6016cf371d5f1dad58edf21093032
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.