commit | 0a2ef54d3bf8c814426fd86b16eeff2c53b705f9 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Wed Apr 14 18:18:08 2021 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Wed Apr 14 18:18:08 2021 -0700 |
tree | 2c57ab38e99936200c0f6825e2b0c2343f95c927 | |
parent | 002dd30e94dffb9376c51432b24a9063bde3e56a [diff] |
Switch emulator targets to use BOARD_BOOT_HEADER_VERSION=4 required for androidboot Bug: 182291166 Test: boot emulator Signed-off-by: Roman Kiryanov <rkir@google.com> Change-Id: Ib17f2ec6fb04eb8c7f592ec2a5d6cc886ad783c8
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.