commit | 620437b2bf507069879c0c0acad38314d1c80eab | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Wed May 13 14:47:31 2020 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Fri May 15 22:36:00 2020 +0000 |
tree | 627f39b34984053a39a825a1ec9b0dd591c5abfc | |
parent | 60d03bd7db1048f92d0dacb9253a001d969fe61a [diff] |
Exclude vendor_boot in secondary payload The secondary payload is used by factory OTA to speed up the first boot of the device. The payload should only contain bootloaders images and the precompiled apps in system_other. Remove vendor_boot to reduce the secondary payload size. Bug: 156782745 Test: build a package with secondary payload Change-Id: I3a9f6dda00a5aac038438065e2bc6483d71b5e95 (cherry picked from commit c385064d94370770e23b117712f99362e26575fa)
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.