commit | 40afa81053373d7b011df7dc95df02edcc2193ec | [log] [tgz] |
---|---|---|
author | Matt Wachowski <mattwach@google.com> | Thu Sep 27 12:49:18 2018 -0700 |
committer | Matt Wachowski <mattwach@google.com> | Wed Oct 17 16:38:53 2018 -0700 |
tree | 2fe1596d395fa0aba614b70dfade529a0c40f7a0 | |
parent | 6393560856b24d2bea953e583e24ea0df079594d [diff] |
Supporting change for aosp/771168 Submitting the change above before this one will "work" for now but we want to pass vbmeta.img instead of system.img for the more robust solution. Bug: 78113934 Test: Built on my local machine. Asserted that VerifiedBootParams.proto exists. Asserted that the emulator boots correctly with this file. Change-Id: Ie91f49a3c7d49fc667e3f12e7e3866c3d9eb1960
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.