commit | e192131331dba428cfa3fc1e027a685ecfafa72f | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 15 23:32:39 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 15 23:32:39 2020 +0000 |
tree | 6c25217c16383c906c9362a466195bc3d63dee48 | |
parent | 08a76dd7c08e2d007b9132c927ab144857bba56e [diff] | |
parent | 04c33dab31a53c52d2274280033e06e395ced002 [diff] |
Merge "Add Identity Credential 1.0" am: 4026911ba1 am: 04c33dab31 Change-Id: I2bf40d3eb0d877009c63f3015aef67f6eeae1f09
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.