commit | 99ed1b4fbd5124f344a95a05a1f69e9a93b9d0dd | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Tue Sep 04 17:31:07 2018 +0800 |
committer | Bowgo Tsai <bowgotsai@google.com> | Thu Sep 06 09:38:45 2018 +0800 |
tree | 61b7fc4b236defee7ca7b50c444dbbe80ce8f39c | |
parent | 0e0ef050f9d9601bed195d03dc64156a0be8820c [diff] |
Adding better AVB error message Also removing the requirement of BOARD_BOOTIMAGE_PARTITION_SIZE when BOARD_AVB_ENABLE is set. Some targets (e.g., emulator) doesn't build boot.img when AVB is enabled. Bug: 112293933 Test: build a failure case and checks the error output is expected Change-Id: I290c707719193ddaedcd9fd0b31de566ad17078c
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.