commit | e63c937bc310cfe1f3c78a2cfa699853c5763b5c | [log] [tgz] |
---|---|---|
author | Isaac Chen <ycchen@google.com> | Tue May 08 17:04:08 2018 +0800 |
committer | Isaac Chen <ycchen@google.com> | Tue May 08 18:10:06 2018 +0800 |
tree | d9840212c8980b1ee69eb0ea571a7b67a6eaacf9 | |
parent | 053a04f68e086bc1780b5c3864471b75f53aaad5 [diff] |
Build disabled vbmeta.img for aosp_$arch System images of aosp_$arch are used as GSIs in P, and traditional GSI users often need a special vbmeta image to disable verity (if AVB is employed) befrre they flash the GSI. "BOARD_BUILD_DISABLED_VBMETAIMAGE := true" builds such vbmeta.img Bug: 79393905 Test: # For arch in arm, arm64, x86, x86_64, do $ lunch aosp_$arch; m -j # found vbmeta.img under $OUT Change-Id: I113006385991a2daab60d3c55dc03f23f1b383b8
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.