commit | 8a72da6c6374a21fbbb00b39c4e2769bb3a38ed8 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Mon Aug 13 13:01:14 2018 -0700 |
committer | David Anderson <dvander@google.com> | Mon Aug 13 13:13:08 2018 -0700 |
tree | 7348252acd9f23b3c92bf40cf87b92167e5efddf | |
parent | e318a785495e1557f042c62a5878a496174c6520 [diff] |
Build image for clean super partition. This adds a new super_empty.img output to the build when PRODUCT_USE_LOGICAL_PARTITIONS is true and a super partition size is set. This will be used by fastboot flashall in fastbootd, since it needs a record of the partition layout in case the super partition is corrupt or not yet flashed. The full super.img (which contains embedded partition data) is still available via "make dist". Bug: 78793464 Test: super_empty.img generated when PRODUCT_USE_LOGICAL_PARTITIONS is true Change-Id: I9f00b07e5b685a3230803fa1a5a569544d0ab625
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.