commit | f6f5961337525e5872274ae3a1f9dd94c9dd8756 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Oct 09 20:56:58 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 09 20:56:58 2024 +0000 |
tree | 83970aa08a79d6f030d49c598a54b69d37bc81c3 | |
parent | 727995f2d9c497c7f309e06620a4d0319043a90e [diff] | |
parent | aadd30f10704bc64d0f307ee3a6d924c3c75b142 [diff] |
Merge "Remove non existent health 2.0 recovery package" into main am: 32e72a6948 am: aadd30f107 Original change: https://android-review.googlesource.com/c/platform/build/+/3131564 Change-Id: I5e7eecb0dba5ff105885f1e9a8cca15bc93aa7e4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.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.