commit | de3007658effa9d69677982b4f316f1f704af747 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Mon Jun 03 07:34:18 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 03 07:34:18 2019 -0700 |
tree | 96ebb6795bcdfa9318f0d80711d1a9f1ac736f06 | |
parent | 596bad5433f441563d4687b1cb60d2888fa3c8cf [diff] | |
parent | 206ef1f4fb5ea831351dd6de551da669ac09721d [diff] |
Merge "Adds validation check that certain partitions come from a single build." am: 206ef1f4fb Change-Id: I1ef19970c1944ad6257b3fd1c3dba6ee8488a437
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.