commit | 1cdcb088bb10635c5e774ab8dc1283ad5143fa28 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Dec 01 18:38:14 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 01 18:38:14 2021 +0000 |
tree | e1a6b0ccec535ac90c41c79a8275cc42ab2b4c9c | |
parent | 4207daaf8ed87388b775ae2de1646fce58156b5b [diff] | |
parent | fab626b7d0ca1b2b5f2c008a15df33ce2a657cd0 [diff] |
Merge "Revert "Temporarily remove the care_map in the ota package"" am: fab626b7d0 Original change: https://android-review.googlesource.com/c/platform/build/+/1907490 Change-Id: I71ab1328f8082659385b0471c5b2ee93786fbc34
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.