01e56d0ae0
am: 22eb386535
am: 7912e703ad
am: ffb7dd99de
am: 82a4be3132
Original change: https://android-review.googlesource.com/c/platform/build/+/2650297 Change-Id: I5be20527a416ba7148a9a4596ef650bde8529b22 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
01e56d0ae0
am: 22eb386535
am: 7912e703ad
am: ffb7dd99de
am: 82a4be3132
64c2559577
am: 278aea5ba4
am: 516f2d9cb8
am: 570d5e6a98
am: 67ef54058d
c20ef7ca4a
am: 69c8926522
am: c0426045fd
am: a4d5be3239
am: fd0fa2cb82
Android Make Build System
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.