commit | 823e8030a82ea700dc9eb0a81dfb656545ee8ed9 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 10 23:52:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 10 23:52:53 2020 +0000 |
tree | 79b22123ee196037f1061b92b93e561c590f9314 | |
parent | 7bb6cf5277878fb29cbc6c328699365dd14a4bdb [diff] | |
parent | 7decc032c2fa9902b47eab3edd9112746c0436b8 [diff] |
Merge "Implement vendor snapshot" am: 7decc032c2 Change-Id: I88f0d8228aa78c84931bf9cca10d486ff5b707eb
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.