commit | 2de0ca59d6ad02f7626704bb96f87618ca220e88 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sun Jan 23 01:32:39 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Jan 23 01:32:39 2022 +0000 |
tree | 7ed67ce75e494a99ffdb007bf1f21e7f5387026a | |
parent | 42d87e1cd2ab4d63de71341840493c6fcfed05e3 [diff] | |
parent | 5b6d4a2e13f3c1584904273862a88770a1e7471e [diff] |
Merge "core/Makefile: system_dlkm: Fix non avb dep typo" am: cf24fc2bf9 am: 5b6d4a2e13 Original change: https://android-review.googlesource.com/c/platform/build/+/1957899 Change-Id: Ibc792f2f6cdc688690d4ea5cca6a963695f038c8
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.