commit | a392047a05957fc31318cc62bd1a91fbd171dba0 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 18 22:05:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 18 22:05:28 2020 +0000 |
tree | e7847b4e123b2eaa6d4a99f020793740cfe727bd | |
parent | c9d21efbbfffd0fc41369a34e2f600c3865ac03b [diff] | |
parent | 6ed2deb9d598d1196d3aa4bf5b180d35034f1f34 [diff] |
Merge "build: Add vendor.prop and odm.prop capability" am: 6ed2deb9d5 Change-Id: Ib2a6c2ed9bbb33cceb1d8fa7f938ecadf42f5bb8
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.