commit | 8204ab1397a7021a8322c15cbd3313e6a0476722 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 04:38:23 2019 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 04:38:23 2019 +0000 |
tree | 1bd9adafd4a2b78bd378aec61c08699c4c554d83 | |
parent | 36ade67c501af52cd1a9bac42b5122b7db8b29eb [diff] | |
parent | ec955881344b548f17459cddaf4c2a6b8fd87aff [diff] |
[automerger skipped] Merge "Change all cf_common paths to cuttlefish paths" am: 3b500a7ec3 am: 85f60f8307 am: ec95588134 -s ours am skip reason: Change-Id I9911ba93e642ac1909be45334a5f45fc95a4ab48 with SHA-1 7a597f572b is in history Change-Id: I15189b6c79d8d2b15bb51b5d25e0ef9e38deedc2
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.