commit | 4d5f5ff943275fd7309b7191c0fd76c2dbf16100 | [log] [tgz] |
---|---|---|
author | Cyan Hsieh <cyanhsieh@google.com> | Tue Apr 16 09:03:09 2019 +0000 |
committer | Cyan Hsieh <cyanhsieh@google.com> | Tue Apr 16 09:10:11 2019 +0000 |
tree | 14eab421d69d2e79cc16ccfef04b2070a3b75848 | |
parent | c0ed5e7c561b24ab01822aa0b8d22a73d01ad19f [diff] |
Revert "Add the entire boot image to boot.zip" This reverts commit c0ed5e7c561b24ab01822aa0b8d22a73d01ad19f. Reason for revert: this patch cause build breakage on aosp-master-throttled (aosp_qemu_trusty-userdebug) Bug: 130376456 Change-Id: Iab03d21219674691bd8bf6b2e5004508ebb862b9
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.