commit | 117b52f74e2214db8a08ac6f19afa7fad638bf22 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Fri Dec 13 15:44:41 2019 -0800 |
committer | David Anderson <dvander@google.com> | Mon Dec 16 22:17:28 2019 +0000 |
tree | ce077aa76a4f7b5ec95c69ec6a4e7b43e38acb65 | |
parent | 5c3bf1b164436823f6ff23261cd3911cc79ca2e3 [diff] |
releasetools: Pass --virtual-ab to lpmake. Note that we are currently excluding this flag for retrofit devices, since it necessitates support for a newer super.img format, which retrofit devices may not fully support. Bug: 134949511 Test: m -j, lpdump super_empty.img Change-Id: Id69a8d755b9f4c4bb5fbd456a416ced1a5f1d135
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.