commit | 60ac377866c02d6d0d46d396043d3a441affc36a | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Jul 20 15:19:34 2018 -0700 |
committer | Po-Chien Hsueh <pchsueh@google.com> | Fri Sep 07 05:40:51 2018 +0000 |
tree | d7797448d443c12abf2a2da7c5263a034a85a568 | |
parent | 800223064b7bb4a2284d82a4d91c72c9d1be0bf3 [diff] |
build_image.py recognize BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE Test: builds Bug: 79106666 Change-Id: I26aba694fd3d6a2feed7601524dde52569ba41e2 Merged-In: I26aba694fd3d6a2feed7601524dde52569ba41e2 (cherry picked from commit 56a6c3bb341324303a8f68ef339b30ef83c85bf9)
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.