commit | 804731e3acb54ea8689024b859e16035c7bf5d7b | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Fri Jun 14 11:47:11 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 14 11:47:11 2019 -0700 |
tree | 1cca904cf424511511f3259a6805bca4dab64373 | |
parent | 1209ce513fb4afbf228d59dfd62774f2c41ea0bf [diff] | |
parent | c624484135cffee1900263ec7eb04d55a6395725 [diff] |
[automerger skipped] Print a warning when sum of sizes of logical partitions an OEM-set limit am: c624484135 -s ours am skip reason: change_id I7d3bedd970a92be60991898e436f63d914359301 with SHA1 6fab18a7eb is in history Change-Id: Ib76171397bd7cd881d8ea7f81cc60c3ac2ba947d
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.