f823ec6e99
am: 382d8ae9c4
am: cffbc40ea9
am: e7309cea6d
Original change: https://android-review.googlesource.com/c/platform/build/+/1896660 Change-Id: Ic77fa13ec275ffcada7f4962cd361d90bd746dd6
f823ec6e99
am: 382d8ae9c4
am: cffbc40ea9
am: e7309cea6d
f823ec6e99
am: 382d8ae9c4
am: cffbc40ea9
am: e7309cea6d
1fb1088e88
am: 6f017f5ecd
am: 203b192030
am: e7050a1e29
8bd19a4143
am: 49433fefde
am: 3a42b842ba
am: 49fd1bb0b3
am: 2fb7d4ab03
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.