commit | 47b3a14b89d5a5bd9a8f5e91c4fb0e8bff368585 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 05 18:28:42 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 05 18:28:42 2020 +0000 |
tree | a3f4e0af663dd05ae68b51774ef56159980863bf | |
parent | f6b0fe52e2f367cc239fca5c78a167a7059921d5 [diff] | |
parent | 3972b11c18d64781465bcc97cae9486d9c49ab07 [diff] |
Merge "Move VAB properties to vendor." am: 18513de68f am: 9418ccdf32 am: 3972b11c18 Change-Id: Idc60e36c851318fd4119fbb9e2215465f7382071
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.