commit | b057f60737888f75e21eb9d5f20be7fb744f81b6 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@gmail.com> | Wed Jun 12 22:54:50 2024 +0300 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Jun 16 12:05:20 2024 +0200 |
tree | a1111cbfe43c0f929802aa0fc1873ac6a8d21342 | |
parent | b33cd244cae4cc2f2333d26111bb91cdb1cd13a2 [diff] |
Remove non existent health 2.0 recovery package Health 2.0 targets have been removed in change I8e1eb743d978315ae9b5b516d3e2e9dc6151d2c2 Test: m, observe "includes non-existent modules in PRODUCT_PACKAGES" error is no longer present. Change-Id: Idd910dfe7028cf0f39e11451a256807c24063061
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.