f531336c6f
am: 01bb43478f
am: f7c262f502
am: 0e7616f29b
Original change: https://android-review.googlesource.com/c/platform/build/+/1870244 Change-Id: I3e52d7b7f2142f1066e0341c73499efd1e61e9c4
d79a15a8ad
am: bcd3d8c4d0
am: 5541add6e2
am: ee177cdac2
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.