commit | ec955881344b548f17459cddaf4c2a6b8fd87aff | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 04:22:02 2019 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 04:22:02 2019 +0000 |
tree | 5c3ad4c46a8654f10fbf7e637577bbe1137d0d3c | |
parent | b5144d4c593490528ae5738584e153e650e31469 [diff] | |
parent | 85f60f83077d2484fca1b12811d4edcff28150d8 [diff] |
Merge "Change all cf_common paths to cuttlefish paths" am: 3b500a7ec3 am: 85f60f8307 Change-Id: I18b7021f769b0adc775d622912aa773ff8874312
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.